結果

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

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 81 ms
75,716 KB
testcase_01 AC 77 ms
75,832 KB
testcase_02 AC 78 ms
75,796 KB
testcase_03 AC 77 ms
75,532 KB
testcase_04 AC 77 ms
75,872 KB
testcase_05 AC 79 ms
75,700 KB
testcase_06 AC 77 ms
75,528 KB
testcase_07 AC 77 ms
75,924 KB
testcase_08 AC 77 ms
75,820 KB
testcase_09 AC 76 ms
75,764 KB
testcase_10 AC 77 ms
75,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(2.18169499062491237350*(int(input())**3))
0