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