#39693: youcannot pass


yp11251273@yphs.tp.edu.tw (906-36張鈞勉)

學校 : 臺北市私立延平高級中學
編號 : 239174
來源 : [203.72.178.2]
最後登入時間 :
2024-11-27 08:47:18

#include<iostream>

using namespace std;

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