#54719: c++解答


yp11451009@yphs.tp.edu.tw (711-19王敬皓)


c++
 
#include<iostream>
using namespace std;
int main(){
string a; //字串
cin>>a; //輸入
cout<<"hello, "<<a; //輸出
}