#include<iostream> using namespace std; int main(void)\\兩個變數必須得+ { int a, b; while(cin >> a >> b) cout << a + b << "\n"; return 0; }