結果

問題 No.2070 Icosahedron
ユーザー maguroflymagurofly
提出日時 2022-09-16 21:39:18
言語 Ruby
(3.1.1p18 )
結果
AC  
実行時間 73 ms / 2,000 ms
コード長 49 bytes
コンパイル時間 179 ms
使用メモリ 14,480 KB
最終ジャッジ日時 2023-01-11 06:13:38
合計ジャッジ時間 2,291 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 72 ms
14,200 KB
testcase_01 AC 71 ms
14,384 KB
testcase_02 AC 71 ms
14,480 KB
testcase_03 AC 72 ms
14,432 KB
testcase_04 AC 72 ms
14,424 KB
testcase_05 AC 72 ms
14,316 KB
testcase_06 AC 73 ms
14,296 KB
testcase_07 AC 72 ms
14,284 KB
testcase_08 AC 71 ms
14,212 KB
testcase_09 AC 71 ms
14,320 KB
testcase_10 AC 73 ms
14,332 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N = gets.to_f

puts 2.18169499062491237350 * N**3
0