#39412: C++答案


yp11251200@yphs.tp.edu.tw (801-26徐立權)

學校 : 臺北市私立延平高級中學
編號 : 239171
來源 : [203.72.178.1]
最後登入時間 :
2024-12-27 09:50:10

#include <iostream>
#include <string>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
 
int main(int argc, char** argv) {
string n;
cin>>n;
cout<<"hello, "<<n<<endl;
return 0;
}