HDOJ 1000

#include <iostream>
 
using namespace std
;int main()
{
int a,b;
while
(cin>>a>>b)
cout<<a+b<<endl;
return
0;
}
posted @ 2013-02-27 06:56  码代码的猿猿  阅读(113)  评论(0编辑  收藏  举报