题目内容
阅读下列程序,写出运行结果 。#include int main(){ int a=1, b=0;switch(a){ case 1:switch (b){case 0: printf("0");case 1: printf ("1"); break;}case 2: printf("2"); break;}}
查看答案
搜索结果不匹配?点我反馈