#53507: Jonny lesson five da


s310084@student.cysh.cy.edu.tw (寫一題玩一小時原神)


#include <bits/stdc++.h>
using namespace std;

int main() {
    string s;
    getline(cin,s);
    cout<<"Go, "<<s<<", go go";

}