#include <stdio.h>int main(){ int a; int b; char c; scanf("%d\n,%d\n",&a,&b); scanf("%d\n",&c); printf("%d,%d,%c",a,b,c); return a,b,c;}———————以下为编译结果———————555123张555,0,{--------------------------------Process exited after 7.498 seconds with return value 123请按任意键继续. . .---------------分割线--------------------------我想问下,为什么会这样呢?语法都是对的吧?那为什么只有“a“才编译正确,其他两个都编译错误了。求老师同学指错!!
- 4 回答
- 0 关注
- 1514 浏览
添加回答
举报
0/150
提交
取消