Submission #45363


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 卒業済みr1807
投稿日時 2018-11-24 13:21:00
言語 C++
状態 Compile Error
得点 0
ソースコード長 114 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:5:12: error: stray ‘\342’ in program
    cout << “Hello World!” << endl;
            ^
./Main.cpp:5:13: error: stray ‘\200’ in program
    cout << “Hello World!” << endl;
             ^
./Main.cpp:5:14: error: stray ‘\234’ in program
    cout << “Hello World!” << endl;
              ^
./Main.cpp:5:27: error: stray ‘\342’ in program
    cout << “Hello World!” << endl;
                           ^
./Main.cpp:5:28: error: stray ‘\200’ in program
    cout << “Hello World!” << endl;
                            ^
./Main.cpp:5:29: error: stray ‘\235’ in program
    cout << “Hello World!” << endl;
                             ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:15: error: ‘Hello’ was not declared in this scope
    cout << “Hello World!” << endl;
               ^~~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #