#include int main(void){ char c[256]; scanf("%s",c); printf("Hello World! %s\n", c); return 0; }