#33812: c++ 解答


shiaoann (11430534)


int main()
{
    string n;
    cin >> n;
    cout << "hello, " << n << endl;
    return 0;
}