Submission #30268
ソースコード
ステータス
項目 |
データ |
問題 |
0804 - 円の面積 |
ユーザー名 |
Cathode
|
投稿日時 |
2018-01-24 14:04:05 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
116 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:3:7: error: expected nested-name-specifier before ‘naemspace’
using naemspace std;
^~~~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:1: error: ‘cout’ was not declared in this scope
cout<<a/2*M_PI<<endl;
^~~~
./Main.cpp:6: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:6:17: error: ‘endl’ was not declared in this scope
cout<<a/2*M_PI<<endl;
^~~~
./Main.cpp:6:17: 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)
^~~~
セット
テストケース