标签:input include can strong main pre span out cti
#include <stdio.h> int main() { int a,b,c; while(~scanf("%d %d",&a,&b)) { c = a + b; printf("%d\n",c); } return 0; }
(HDU)1089 --A+B for Input-Output Practice (I)(输入输出练习(I))
标签:input include can strong main pre span out cti
原文地址:http://www.cnblogs.com/ACDoge/p/6130410.html