#41580:


1121232@stu.wghs.tp.edu.tw (Ian911436)

學校 : 臺北市私立薇閣高級中學
編號 : 258883
來源 : [60.248.154.139]
最後登入時間 :
2024-10-30 13:05:08
c716. Johnny B. Goode -- 板橋高中Python教學題 | From: [60.248.154.139] | 發表日期 : 2024-08-08 13:00

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

 
ZeroJudge Forum