HDU 1095 A+B for Input-Output Practice (VII)

#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;
}

 

posted @ 2014-02-07 15:51  forever97  阅读(104)  评论(0编辑  收藏  举报