#39411: 程式碼


yp11251009@yphs.tp.edu.tw (701-24林秉弘(百花撩亂))


#include<iostream>
using namespace std;

int main()
{

    char a[10];
    cin >> a;
    cout <<"hello, ";
    cout << a;
    return 0;
}