#33445: .......


yp11151230@yphs.tp.edu.tw (710-43蔡亞儒)

學校 : 臺北市私立延平高級中學
編號 : 197211
來源 : [203.72.178.1]
最後登入時間 :
2023-06-14 17:43:23
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [203.72.178.2] | 發表日期 : 2023-01-06 13:18

#include <iostream>
#include <string>
using namespace std;
int main() {
  string s;
  while (cin >> s) {
    cout << s << endl;
  }
}

 
ZeroJudge Forum