//競技プログラミングを始めてみました。 #include using namespace std; char s[1000]; int main(){ cin >> s; cout << "Hello World!" << endl; return 0; }