TopCoder

User's AC Ratio

92.5% (37/40)

Submission's AC Ratio

86.5% (166/192)

Tags

Description

Hello World!
以大家最耳熟能詳的 Hello World 開始這場比賽吧!

以下是程式初學者雞塊所撰寫的 Hello World 程式,但是卻不斷編譯錯誤,請在 edit distance 1 以內將程式碼修改正確:

#include <bits/stdc++.h>
using namespace std;
int main() {
    cout << "Hello" + "World" + "!" + "\n";
}

Input Format

沒有輸入。

Output Format

輸出一行 "Hello World!",不含引號。

Sample Input 1

Sample Output 1

Hello World!

Hints

Problem Source

Subtasks

No. Testdata Range Constraints Score
1 0 範例測資。 0
2 0 無特別限制。 150

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 262144 65536 1 2