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