#include #include main() { char s[50]; scanf("%s",s); if(strlen(s)==3){ printf("hum\n"); return 0; } else { printf("%shum\n",s); return 0; } }