結果

問題 No.595 登山
ユーザー yuruhiyayuruhiya
提出日時 2021-07-23 11:55:25
言語 Ruby
(3.3.0)
結果
AC  
実行時間 267 ms / 1,500 ms
コード長 124 bytes
コンパイル時間 109 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 41,708 KB
最終ジャッジ日時 2024-07-18 08:14:37
合計ジャッジ時間 6,472 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
12,160 KB
testcase_01 AC 74 ms
12,160 KB
testcase_02 AC 82 ms
12,160 KB
testcase_03 AC 80 ms
12,288 KB
testcase_04 AC 248 ms
39,552 KB
testcase_05 AC 121 ms
22,400 KB
testcase_06 AC 215 ms
36,412 KB
testcase_07 AC 91 ms
14,976 KB
testcase_08 AC 98 ms
16,768 KB
testcase_09 AC 217 ms
36,812 KB
testcase_10 AC 175 ms
30,048 KB
testcase_11 AC 163 ms
28,648 KB
testcase_12 AC 87 ms
14,336 KB
testcase_13 AC 119 ms
21,248 KB
testcase_14 AC 244 ms
39,452 KB
testcase_15 AC 244 ms
39,488 KB
testcase_16 AC 254 ms
39,388 KB
testcase_17 AC 248 ms
39,488 KB
testcase_18 AC 246 ms
39,480 KB
testcase_19 AC 252 ms
41,508 KB
testcase_20 AC 255 ms
41,512 KB
testcase_21 AC 253 ms
41,632 KB
testcase_22 AC 267 ms
41,640 KB
testcase_23 AC 252 ms
41,504 KB
testcase_24 AC 73 ms
12,288 KB
testcase_25 AC 75 ms
12,160 KB
testcase_26 AC 259 ms
41,708 KB
testcase_27 AC 249 ms
40,612 KB
testcase_28 AC 246 ms
40,736 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,K,*A="+$<.read.split*?,
x,y=0,N*K
A.reduce{x,y=[x+K,y+K,(z=_2-_1)>0?z+x:x].min,[x+K,y+K,z<0?y-z:y].min;_2}
p x<y ?x:y
0