A+B for Input-Output Practice (III):
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ if(a==0&&b==0) break; cout<<a+b<<endl; } return 0; }
A+B for Input-Output Practice (III):
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ if(a==0&&b==0) break; cout<<a+b<<endl; } return 0; }
上一篇:杭电 hdu 1090
下一篇:杭电 hdu 1092
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M