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