結果

問題 No.3076 eLepHAnTpAoOM
ユーザー linuxmetellinuxmetel
提出日時 2021-04-01 22:36:32
言語 Common Lisp
(sbcl 2.3.8)
結果
AC  
実行時間 10 ms / 2,000 ms
コード長 145 bytes
コンパイル時間 272 ms
コンパイル使用メモリ 23,732 KB
実行使用メモリ 28,380 KB
最終ジャッジ日時 2023-08-23 06:30:47
合計ジャッジ時間 1,614 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
22,176 KB
testcase_01 AC 10 ms
26,360 KB
testcase_02 AC 9 ms
26,272 KB
testcase_03 AC 8 ms
22,316 KB
testcase_04 AC 8 ms
22,236 KB
testcase_05 AC 8 ms
24,248 KB
testcase_06 AC 9 ms
24,312 KB
testcase_07 AC 8 ms
22,324 KB
testcase_08 AC 9 ms
26,280 KB
testcase_09 AC 7 ms
22,312 KB
testcase_10 AC 8 ms
24,208 KB
testcase_11 AC 8 ms
22,328 KB
testcase_12 AC 9 ms
24,344 KB
testcase_13 AC 8 ms
22,244 KB
testcase_14 AC 8 ms
22,224 KB
testcase_15 AC 9 ms
24,324 KB
testcase_16 AC 8 ms
22,328 KB
testcase_17 AC 8 ms
22,288 KB
testcase_18 AC 8 ms
26,252 KB
testcase_19 AC 8 ms
26,252 KB
testcase_20 AC 8 ms
22,308 KB
testcase_21 AC 9 ms
28,380 KB
testcase_22 AC 8 ms
22,316 KB
testcase_23 AC 9 ms
26,284 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 23 AUG 2023 06:30:44 AM):
; processing (SETQ *READ-DEFAULT-FLOAT-FORMAT* ...)
; processing (LET (# #) ...)

; wrote /home/judge/data/code/Main.fasl
; compilation finished in 0:00:00.038

ソースコード

diff #

(setq *read-default-float-format* 'double-float)
(let ((h (read)) (r (read))) (format t "~,15f~%" (+ -8.245d0 (* 6.807d0 h) (* 7.073d0 pi 2 r))))
0