#8608: 這樣通不過第二測資點 有人知嗎


cl4m4peng (harry peng)


#include<iostream>
using namespace std;

int main()
{
    int a, b, s;
    while(cin >> a >> b)
          { 
          s=a+b;
          cout << s;
          }
    
    system("pause");
    return 0;
}
#8620: Re:這樣通不過第二測資點 有人知嗎


yuchiao0921 (我的字典沒有放棄)


要換行