#15950: _c++


10735154@sssh.tp.edu.tw (S10735154洪薇欣)


偶人知道這有麼問題嗎?

#include<iostream>
using namespace std;
int main(){
int num1,num2;
while(1){
cin>>num1>>num2;
cout<<num1+num2<<endl;
}
return 0;
}