#33255: ans cpp


yp11151025@yphs.tp.edu.tw (803-23江紘宇)

學校 : 臺北市私立延平高級中學
編號 : 196814
來源 : [203.72.178.1]
最後登入時間 :
2024-01-15 16:38:36
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [203.72.178.2] | 發表日期 : 2022-12-16 13:33

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

 
ZeroJudge Forum