#9643: 測試成功~解題= =輸出短少?


hsineternity (unknown)


#include <iostream>
using namespace std;

int main(){
short a,b;
while (cin >> a >> b)
cout << a+b << endl;
return 0;
}