#include<bits/stdc++.h>
using namespace std;
int main(){
string n;
getline(cin,n);
cout<<"Go, "<<n<<", go go"<<endl;
return 0;
}