#33255: ans cpp


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

學校 : 臺北市私立延平高級中學
編號 : 196814
來源 : [114.45.181.154]
最後登入時間 :
2025-06-11 21:10:09

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