Submission #30266
ソースコード
ステータス
項目 |
データ |
問題 |
0804 - 円の面積 |
ユーザー名 |
Cathode
|
投稿日時 |
2018-01-24 13:55:28 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
102 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:2:7: error: expected nested-name-specifier before ‘naemspace’
using naemspace std;
^~~~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:1: error: ‘cout’ was not declared in this scope
cout<<a/2*3.141593<<endl;
^~~~
./Main.cpp:5:1: note: suggested alternative:
In file included from ./Main.cpp:1:0:
/usr/local/gcc-7.1.0/include/c++/7.1.0/iostream:61:18: note: ‘std::cout’
extern ostream cout; /// Linked to standard output
^~~~
./Main.cpp:5:21: error: ‘endl’ was not declared in this scope
cout<<a/2*3.141593<<endl;
^~~~
./Main.cpp:5:21: note: 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: note: ‘std::endl’
endl(basic_ostream<_CharT, _Traits>& __os)
^~~~
セット
テストケース