#include <string> using namespace std; int main(){ string N; cin>>N; cout<< "hello, "<< N <<endl; return 0; }
逗號要用半形"hello, "