#include int main(void){ char str[32]; fgets(str, sizeof(str), stdin); printf("Hello World!"); return 0; }