摘要: 1000 A + B Problem1 #include2 int main()3 { int a,b;4 while(~scanf("%d%d",&a,&b))5 printf("%d\n",a+b);6 return 0;7 }View Code1001 整数... 阅读全文
posted @ 2015-03-30 09:52 夏弥 阅读(597) 评论(0) 推荐(0)