Submission #22601
ソースコード
ステータス
項目 |
データ |
問題 |
0787 - Forest King Out |
ユーザー名 |
sksat
|
投稿日時 |
2017-07-22 20:25:17 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
179 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:2:7: エラー: expected nested-name-specifier before ‘namespce’
using namespce std;
^~~~~~~~
./Main.cpp: 関数 ‘int main(int, char**)’ 内:
./Main.cpp:5:3: エラー: ‘cin’ was not declared in this scope
cin>>n;
^~~
./Main.cpp:5:3: 備考: 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:6:3: エラー: ‘cout’ was not declared in this scope
cout<<n*5;
^~~~
./Main.cpp:6:3: 備考: suggested alternative:
In file included from ./Main.cpp:1:0:
/usr/local/gcc-7.1.0/include/c++/7.1.0/iostream:61:18: 備考: ‘std::cout’
extern ostream cout; /// Linked to standard output
^~~~
./Main.cpp:9:9: エラー: ‘endl’ was not declared in this scope
cout<<endl;
^~~~
./Main.cpp:9:9: 備考: 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)
^~~~
セット
テストケース