#include<iostream>
using namespace std;
int main()
{
char x;
cin>>x;
cout<<"Hello,"<<x;
return 0;
}
請看清楚題目
hello的h是小寫,逗號後面有一個空格