#27646:


mango971218@gmail.com (永夜ʟᴏͥᴠͣᴇͫγou)

學校 : 不指定學校
編號 : 167425
來源 : [203.72.178.1]
最後登入時間 :
2022-03-11 13:45:09
c717. You can say that again! -- 板橋高中Python教學題 | From: [203.72.178.1] | 發表日期 : 2021-10-22 13:12

#include<iostream>
 using namespace std;
  
 int main()
 {
 string s;
 while(getline(cin,s))
 {
 cout<<s<<" "<<s<<"\n";
 s.clear();
 }
 }
 
ZeroJudge Forum