#22754: answer


ce5324 (伃)

學校 : 臺北市私立延平高級中學
編號 : 128513
來源 : [219.70.166.115]
最後登入時間 :
2021-06-06 21:44:53
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [203.72.178.252] | 發表日期 : 2020-09-30 17:11

參考答案:

#include <iostream>

#include <string>

using namespace std;

main()

{

string s;

while(cin>>s)

{

cout<< s <<endl;

}

}

 
ZeroJudge Forum