#41580: _cpp


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

學校 : 臺北市私立薇閣高級中學
編號 : 258883
來源 : [60.248.154.143]
最後登入時間 :
2025-06-20 09:40:35

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