#51692: 超級新手與chatgpt小助手


41420322l@gapps.ntnu.edu.tw (tellmewhy)


#include <iostream>
using namespace std;
int main(){
    string a;
    cin>>a;// input: "world" "c++" "Taiwan"
    cout<< "hello, "<<a<<endl;
    return 0;
}