#34535: 基礎解法


yp11151246@yphs.tp.edu.tw (911-44謝曜宇)


#include<iostream>
using namespace std;
int main()
{
      string n;
    cin >> n;
    cout << "hello, " << n << '\n';
}