#45768: c++ AC


yp11351170@yphs.tp.edu.tw (702-37謝博宇)


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