5 回答
已采纳
刚学编程的小学生
TA贡献4条经验 获得超2个赞
#include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); int sum = a + b; printf("%d\n",sum); return 0; }
按你的代码改了一下,望采纳
- 5 回答
- 0 关注
- 2326 浏览
添加回答
举报
0/150
提交
取消