Submission #33083
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0804 - 円の面積 |
| ユーザー名 |
r1804
|
| 投稿日時 |
2018-04-20 17:37:51 |
| 言語 |
C++11 |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
127 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:3: error: ‘scanf’ was not declared in this scope
scanf("%d",&r);
^~~~~
./Main.cpp:8:3: note: suggested alternative: ‘srand’
scanf("%d",&r);
^~~~~
srand
./Main.cpp:10:3: error: ‘printf’ was not declared in this scope
printf("%f\n",r * r * M_PI );
^~~~~~
./Main.cpp:10:3: note: suggested alternative: ‘rintf’
printf("%f\n",r * r * M_PI );
^~~~~~
rintf
セット
テストケース