結果

問題 No.595 登山
ユーザー yuruhiyayuruhiya
提出日時 2021-07-23 11:54:19
言語 Ruby
(3.3.0)
結果
AC  
実行時間 284 ms / 1,500 ms
コード長 121 bytes
コンパイル時間 43 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 43,552 KB
最終ジャッジ日時 2024-07-18 08:13:44
合計ジャッジ時間 6,655 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
12,288 KB
testcase_01 AC 74 ms
12,032 KB
testcase_02 AC 77 ms
12,288 KB
testcase_03 AC 79 ms
12,032 KB
testcase_04 AC 260 ms
40,132 KB
testcase_05 AC 133 ms
22,144 KB
testcase_06 AC 239 ms
37,164 KB
testcase_07 AC 92 ms
14,848 KB
testcase_08 AC 100 ms
16,896 KB
testcase_09 AC 239 ms
37,344 KB
testcase_10 AC 195 ms
29,128 KB
testcase_11 AC 181 ms
28,284 KB
testcase_12 AC 93 ms
14,336 KB
testcase_13 AC 129 ms
21,248 KB
testcase_14 AC 247 ms
39,292 KB
testcase_15 AC 270 ms
39,356 KB
testcase_16 AC 256 ms
39,388 KB
testcase_17 AC 252 ms
39,516 KB
testcase_18 AC 249 ms
39,380 KB
testcase_19 AC 274 ms
43,300 KB
testcase_20 AC 284 ms
43,324 KB
testcase_21 AC 272 ms
43,332 KB
testcase_22 AC 267 ms
43,424 KB
testcase_23 AC 273 ms
43,352 KB
testcase_24 AC 74 ms
12,160 KB
testcase_25 AC 74 ms
12,160 KB
testcase_26 AC 269 ms
43,552 KB
testcase_27 AC 272 ms
41,768 KB
testcase_28 AC 270 ms
41,660 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,K,*A="+`dd`.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