#include int main(void){ // Here your code ! char h[200]; scanf("%s",h); printf("%sham\n",h); }