這題很難我直接放程式碼
#include <iostream> using namespace std; int main(){ string a; cin>>a; cout <<"hello, "<<a<<endl; return 0; }