#include <stdio.h>
int main()
{
char a[10];
scanf("%s",&a);
printf("hello,%s",a);
return 0;
}
//array 不一定要是十