#include int main(){ char str[1024]; scanf("%s",str); puts("Hello World!"); return 0; }