#33445: .......


yp11151230@yphs.tp.edu.tw (909-42蔡亞儒)

School : 臺北市私立延平高級中學
ID : 197211
IP address : [150.129.72.232]
Last Login :
2025-07-09 18:05:16
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [203.72.178.2] | Post Date : 2023-01-06 13:18

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

 
ZeroJudge Forum