結果

問題 No.2070 Icosahedron
ユーザー 👑 KazunKazun
提出日時 2022-09-16 21:22:06
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 74 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 271 ms
コンパイル使用メモリ 87,056 KB
実行使用メモリ 71,584 KB
最終ジャッジ日時 2023-08-23 14:21:06
合計ジャッジ時間 1,860 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
71,300 KB
testcase_01 AC 73 ms
71,396 KB
testcase_02 AC 70 ms
71,332 KB
testcase_03 AC 71 ms
71,096 KB
testcase_04 AC 74 ms
71,292 KB
testcase_05 AC 74 ms
71,256 KB
testcase_06 AC 73 ms
71,252 KB
testcase_07 AC 73 ms
71,340 KB
testcase_08 AC 71 ms
71,584 KB
testcase_09 AC 71 ms
71,276 KB
testcase_10 AC 70 ms
71,360 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
print(N*N*N*2.18169499062491237350)
0