結果
問題 | No.89 どんどんドーナツどーんといこう! |
ユーザー |
|
提出日時 | 2025-01-07 18:19:56 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 259 bytes |
コンパイル時間 | 849 ms |
コンパイル使用メモリ | 12,160 KB |
実行使用メモリ | 11,520 KB |
最終ジャッジ日時 | 2025-01-07 18:19:59 |
合計ジャッジ時間 | 2,474 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 9 |
ソースコード
def main():import mathmath.pic = input()r_in, r_out = [int(i) for i in input().split(" ")]r = (r_out - r_in) / 2v = 2 * (math.pi**2) * (r**2) * (r_in + r)ans = c * vprint(ans)if __name__ == "__main__":main()