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


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

學校 : 不指定學校
編號 : 315372
來源 : [111.249.79.42]
最後登入時間 :
2025-09-06 12:16:22

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