#41580: _cpp


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


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