#32835: ans //c760類題//


yp11152061@yphs.tp.edu.tw (907-05李羚綾)

學校 : 臺北市私立延平高級中學
編號 : 197228
來源 : [203.72.178.2]
最後登入時間 :
2025-06-16 14:42:19

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

#32836: Re: ans //c760類題//


yp11152061@yphs.tp.edu.tw (907-05李羚綾)

學校 : 臺北市私立延平高級中學
編號 : 197228
來源 : [203.72.178.2]
最後登入時間 :
2025-06-16 14:42:19

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

include<iostream>

#include<string>

#include<cctype>

using namespace std;

int main(){    

string s;   

while(cin>>s){        

cout<<s<<endl;    

} }