Submission #18736
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
ei1711
|
投稿日時 |
2017-06-05 15:40:47 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
72 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:3:1: エラー: ‘cin’ was not declared in this scope
cin<<"Hello World!"<<endl
^~~
./Main.cpp:3:1: 備考: suggested alternative:
In file included from ./Main.cpp:1:0:
/usr/local/gcc-7.1.0/include/c++/7.1.0/iostream:60:18: 備考: ‘std::cin’
extern istream cin; /// Linked to standard input
^~~
./Main.cpp:3:22: エラー: ‘endl’ was not declared in this scope
cin<<"Hello World!"<<endl
^~~~
./Main.cpp:3:22: 備考: suggested alternative:
In file included from /usr/local/gcc-7.1.0/include/c++/7.1.0/iostream:39:0,
from ./Main.cpp:1:
/usr/local/gcc-7.1.0/include/c++/7.1.0/ostream:590:5: 備考: ‘std::endl’
endl(basic_ostream<_CharT, _Traits>& __os)
^~~~
セット
テストケース