main(){char w[99];printf("Hello, %s!",gets(w)?:"world");}