#include "stdio.h"
int main() { int a,b; scanf("%d%d",&a,&b);
printf("%d\n",a+b); return 0;
} 运行不是好好的吗,怎么总是过不了
收起
检查一下自己的输入输出格式
报告相同问题?