#15951: _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;
}

 

#15952: Re:c++


anandrewboy70900 (ShowTsai)


 

while(cin >> num1 >> num2)