Problem-1000:A + B Problem
Problem-1000:A + B Problem

Sample Code:
1000 C 代码: [code] #include int main() { int a,b; while(~scanf("%d%d",&a,&b)) { printf("%dn",a+b); } } [code]
posted on 2017-04-28 09:30 CuriousZero 阅读(287) 评论(0) 收藏 举报
Problem-1000:A + B Problem

Sample Code:
1000 C 代码: [code] #include int main() { int a,b; while(~scanf("%d%d",&a,&b)) { printf("%dn",a+b); } } [code]
posted on 2017-04-28 09:30 CuriousZero 阅读(287) 评论(0) 收藏 举报