結果

問題 No.3076 eLepHAnTpAoOM
ユーザー Yuzu MashiroYuzu Mashiro
提出日時 2021-04-03 11:02:00
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 18 ms / 2,000 ms
コード長 161 bytes
コンパイル時間 262 ms
コンパイル使用メモリ 7,088 KB
実行使用メモリ 12,156 KB
最終ジャッジ日時 2023-08-26 01:23:03
合計ジャッジ時間 2,994 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 18 ms
11,920 KB
testcase_01 AC 18 ms
12,128 KB
testcase_02 AC 17 ms
11,968 KB
testcase_03 AC 17 ms
12,092 KB
testcase_04 AC 18 ms
12,148 KB
testcase_05 AC 17 ms
11,980 KB
testcase_06 AC 17 ms
12,132 KB
testcase_07 AC 17 ms
12,080 KB
testcase_08 AC 18 ms
11,944 KB
testcase_09 AC 17 ms
12,084 KB
testcase_10 AC 17 ms
12,124 KB
testcase_11 AC 17 ms
11,952 KB
testcase_12 AC 18 ms
12,008 KB
testcase_13 AC 17 ms
12,120 KB
testcase_14 AC 17 ms
11,952 KB
testcase_15 AC 18 ms
12,124 KB
testcase_16 AC 18 ms
12,120 KB
testcase_17 AC 18 ms
11,940 KB
testcase_18 AC 18 ms
12,156 KB
testcase_19 AC 18 ms
11,928 KB
testcase_20 AC 18 ms
12,124 KB
testcase_21 AC 18 ms
11,980 KB
testcase_22 AC 18 ms
12,116 KB
testcase_23 AC 17 ms
12,084 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(use math.const)

(define-values (h r)
 (apply values (map string->number (string-split (read-line) " "))))

(print (+ -8.245 (* h 6.807) (* 7.073 (* 2 r pi))))
0