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