#32835: ans //c760類題//


yp11152061@yphs.tp.edu.tw (803-04李羚綾)

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

#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 (803-04李羚綾)

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

#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;    

} }

 
ZeroJudge Forum