码迷,mamicode.com
首页 > 其他好文 > 详细

hdu1095

时间:2017-01-25 00:57:03      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:cin   ios   out   while   iostream   cout   name   end   pac   

#include <iostream>
using namespace std;
int main()
{
int b,a;
while(cin>>a>>b)
{
cout<<a+b<<endl<<endl;
}

return 0;

}

hdu1095

标签:cin   ios   out   while   iostream   cout   name   end   pac   

原文地址:http://www.cnblogs.com/wangkun1993/p/6348075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!