#53507: Jonny lesson five da


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

學校 : 國立嘉義高級中學
編號 : 279529
來源 : [163.27.3.90]
最後登入時間 :
2025-10-02 14:54:29

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

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

}