Submission #00019


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 Dajyo
投稿日時 2017-01-29 19:05:13
言語 C++
状態 Compile Error
得点 0
ソースコード長 85 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:1: error: ‘cout’ was not declared in this scope
 cout << "Hello World!" << endl;
 ^
./Main.cpp:4:29: error: ‘endl’ was not declared in this scope
 cout << "Hello World!" << endl;
                             ^

セット

セット 得点 Cases

テストケース

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