摘要: #include<stdio.h>int main(void){ int a,b; while((scanf("%d %d",&a,&b))!=EOF) //留意这种形式 printf("%d\n",a+b); return 0; } 阅读全文
posted @ 2019-01-31 14:15 YZBPXX 阅读(270) 评论(0) 推荐(0) 编辑