Run ID:4640
提交时间:2024-08-24 17:51:26
#include<cstdio> int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) printf("%d\n",a+b); return 0; }