[填空题] 执行以下程序时输入1234567<CR>,则输出结果是______。 #include <stdio.h> main() int a=1,b
2021-07-20
[填空题] 执行以下程序时输入1234567<CR>,则输出结果是______。
#include <stdio.h>
main()
int a=1,b;
scanf("%2d%2d",&a,&b); printf("%d %d",a,b);
正确答案:12 34
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
