#39693: youcannot pass


yp11251273@yphs.tp.edu.tw (704-31張鈞勉)

學校 : 臺北市私立延平高級中學
編號 : 239174
來源 : [203.72.178.1]
最後登入時間 :
2024-04-16 17:46:03
a002. 簡易加法 | From: [203.72.178.1] | 發表日期 : 2024-03-20 10:41

#include<iostream>

using namespace std;

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