HDU 1095 A+B for Input-Output Practice (VII)
时间:2014-02-07 19:55:21
收藏:0
阅读:461
#include <cstdio> #include <iostream> int main() { int a,b; while(scanf("%d%d",&a,&b)!=EOF) if (a+b) printf("%d\n\n",a+b); return 0; }
原文:http://www.cnblogs.com/forever97/p/3539614.html
评论(0)
