Submission #63551
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
ei1903
|
投稿日時 |
2020-09-03 16:39:17 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
93 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:3:35: error: ‘endl’ was not declared in this scope
std::cout << "Hello World" << endl;
^~~~
./Main.cpp:3:35: note: suggested alternative:
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/iostream:39,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/ostream:590:5: note: ‘std::endl’
endl(basic_ostream<_CharT, _Traits>& __os)
^~~~
セット
テストケース