#21078: 求解


m923t917 (XDDDDXD)

學校 : 不指定學校
編號 : 119406
來源 : [1.164.61.253]
最後登入時間 :
2020-04-14 18:25:30
c717. You can say that again! -- 板橋高中Python教學題 | From: [1.164.65.214] | 發表日期 : 2020-04-08 16:55

#include <iostream>

using namespace std;

int main()

{

char s[150];

while (true)

{

cin.getline(s,100);

cout << s << " " << s << endl;

}

return 0;

}

 
ZeroJudge Forum