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