#include<cstdio> #include<iostream> using namespace std; int main() { int a,b,c; while(scanf("%d%d",&a,&b)!=EOF) { c=a+b; printf("%d\n",c); } system("pause"); return 0; }
评论星级较低,若资源使用遇到问题可联系上传者,3个工作日内问题未解决可申请退款~