cleey
望着那一丝海线,若隐若现。落日下的海霞,数不尽的美,看不完的醉
hdu1000
目的:计算出a+b

思路:输入a,b 输出a+b

#include<stdio.h>
main(){
int a,b;
while(scanf("%d %d",&a,&b)!=EOF){
printf("%d\n",a+b);
}
}
<< 上一篇 PHP验证码不显示 hdu1001 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |