#include <iostream>
int main(int argc, char** argv) { char s[20]; scanf("%s",&s[0]); printf("hello, %s",s); return 0;}