結果
問題 | No.2070 Icosahedron |
ユーザー |
![]() |
提出日時 | 2023-10-05 15:53:10 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 42 ms / 2,000 ms |
コード長 | 137 bytes |
コンパイル時間 | 253 ms |
コンパイル使用メモリ | 82,560 KB |
実行使用メモリ | 52,224 KB |
最終ジャッジ日時 | 2024-07-26 15:03:26 |
合計ジャッジ時間 | 1,175 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 9 |
ソースコード
# https://www.shinko-keirin.co.jp/keirinkan/kosu/mathematics/kirinuki/kirinuki23.htmlN = int(input())V = N**3*5*(3+5**0.5)/12print(V)