include""stdio.h"void main(){int s=2;switch(s+=2){case 2:printf(""您好"");break;case 3:printf(""hello\n"");break;}}程序的运行结果是()

A.编译出错 B.无输出内容 C.输出:您好hello D.输出:hello

时间:2023-10-22 11:27:29

相似题目