結果
問題 |
No.2070 Icosahedron
|
ユーザー |
|
提出日時 | 2025-04-03 16:55:11 |
言語 | D (dmd 2.109.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 183 bytes |
コンパイル時間 | 3,286 ms |
コンパイル使用メモリ | 200,412 KB |
実行使用メモリ | 7,844 KB |
最終ジャッジ日時 | 2025-04-03 16:55:17 |
合計ジャッジ時間 | 4,228 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 9 |
ソースコード
import std; import core.bitop; import core.checkedint; import core.time; const c = 5 * (3 + sqrt(5.0L)) / 12; void main() { const n = readln.chomp.to!int; writeln(c * (n ^^ 3)); }