結果
問題 | No.89 どんどんドーナツどーんといこう! |
ユーザー | syunsuke |
提出日時 | 2020-11-01 15:32:16 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 179 bytes |
コンパイル時間 | 184 ms |
コンパイル使用メモリ | 82,436 KB |
実行使用メモリ | 54,164 KB |
最終ジャッジ日時 | 2024-07-22 05:46:16 |
合計ジャッジ時間 | 1,102 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 35 ms
53,172 KB |
testcase_01 | WA | - |
testcase_02 | AC | 37 ms
53,620 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | AC | 36 ms
52,340 KB |
testcase_09 | AC | 35 ms
52,740 KB |
testcase_10 | WA | - |
ソースコード
import math P=math.pi #print(P) C=int(input()) if C==0: print(0) exit() In,Out=map(int,input().split()) r = (Out - In)/2 R = Out - r Size=(r**2)*R*2*(P**2) print(Size/C)