結果

問題 No.2070 Icosahedron
ユーザー rin204rin204
提出日時 2022-09-16 21:20:33
言語 PyPy3
(7.3.8)
結果
AC  
実行時間 74 ms / 2,000 ms
コード長 61 bytes
コンパイル時間 233 ms
使用メモリ 75,876 KB
最終ジャッジ日時 2023-01-11 05:46:58
合計ジャッジ時間 1,930 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 70 ms
75,836 KB
testcase_01 AC 68 ms
75,780 KB
testcase_02 AC 67 ms
75,876 KB
testcase_03 AC 67 ms
75,636 KB
testcase_04 AC 67 ms
75,868 KB
testcase_05 AC 68 ms
75,868 KB
testcase_06 AC 68 ms
75,832 KB
testcase_07 AC 74 ms
75,840 KB
testcase_08 AC 71 ms
75,804 KB
testcase_09 AC 67 ms
75,872 KB
testcase_10 AC 68 ms
75,624 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = 2.18169499062491237350
n = int(input())
print(s * n ** 3)
0