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  阅读(278)  评论(0编辑  收藏  举报

导航