题目内容
若有以下程序#include void main(){int s=0, n;for (n=0; n<4; n++){switch(n){default: s+=4;case 1: s+=1; break;case 2: s+=2; break;case 3: s+=3;}}printf("%d\n", s);}则程序的输出结果是______。
查看答案
搜索结果不匹配?点我反馈
更多问题