填空题
有以下程序: #include <stdio.h> main() ( int x,y; scanf("%02d%1d", &x, &y); printf("%d/n", x+y); } 程序运行时输入:1234567,程序的运行结果是______。
1、
【正确答案】
1、15
【答案解析】
提交答案
关闭