HDU1000

#include  " iostream "
#include
" stdio.h "
using   namespace  std;
int   main()
{
    
int a,b;
    
    
while( scanf("%d%d",&a,&b)==2)
    
{
     printf(
"%d\n",a+b);
    }

    
return 0;
}
http://acm.hdu.edu.cn/showproblem.php?pid=1000

你可能感兴趣的:(HDU1000)