Submission #00614
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
ei1333
|
投稿日時 |
2015-07-14 16:48:37 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
67 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./614.cpp: In function 'int main()':
./614.cpp:3:1: error: 'cout' was not declared in this scope
cout << "Hello World!" << endl;
^
./614.cpp:3:1: note: suggested alternative:
In file included from ./614.cpp:1:0:
/usr/local/gcc-5.1.0/include/c++/5.1.0/iostream:61:18: note: 'std::cout'
extern ostream cout; /// Linked to standard output
^
./614.cpp:3:27: error: 'endl' was not declared in this scope
cout << "Hello World!" << endl;
^
./614.cpp:3:27: note: suggested alternative:
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/iostream:39:0,
from ./614.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/ostream:590:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^
セット
テストケース