Submission #50063
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
p1918
|
投稿日時 |
2019-06-05 16:20:00 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
108 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include <iostream>
^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:3: error: ‘cout’ was not declared in this scope
cout<<"Hello World!\n"<<endl;
^~~~
./Main.cpp:4:27: error: ‘endl’ was not declared in this scope
cout<<"Hello World!\n"<<endl;
^~~~
./Main.cpp:4:27: note: suggested alternative: ‘enum’
cout<<"Hello World!\n"<<endl;
^~~~
enum
セット
テストケース