题目内容
若程序执行时的输入数据是2473<回车>,则下述程序的输出结果是______。#include void main(){ int cs;while((cs=getchar())!='\n'){switch(cs-'2'){ case 0:case 1: putchar(cs+4);case2: putchar(cs+4); break;case 3: putchar(cs+3);default:putchar(cs+2); }}}
查看答案
搜索结果不匹配?点我反馈
更多问题