题目内容
写出下面程序输入为3时的运行结果。#include main( ){ int a;scanf("%d",&a);switch(a+1){case 3: a+=3;case 2: a+=2;break;case 4:default: a+=5;}printf("%d ",a);}
查看答案
搜索结果不匹配?点我反馈
更多问题