#19896: 求幫助


bo10010821 (二孝41黃琮仁)


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

return 0;

}

求大老幫我看一下

每次到第二筆就卡住

#19897: Re:求幫助


bo10010821 (二孝41黃琮仁)


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

return 0;

}

求大老幫我看一下

每次到第二筆就卡住



不用了謝謝:3