#35706: a001


apple0313 (Ryan)

學校 : 不指定學校
編號 : 189341
來源 : [111.185.1.98]
最後登入時間 :
2023-06-13 19:49:51

#include <iostream>
using namespace std;
int main()
{
    string input;
    cin>>input;
    cout<<"hello, "<<input;
    return 0;
 }