#include#include int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) if (a+b) printf("%d\n\n",a+b); return 0;}
本文共 204 字,大约阅读时间需要 1 分钟。
#include#include int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) if (a+b) printf("%d\n\n",a+b); return 0;}
转载于:https://www.cnblogs.com/forever97/p/3539614.html