結果

問題 No.489 株に挑戦
ユーザー mmmpppmmmppp
提出日時 2017-03-08 15:48:41
言語 Ruby
(3.3.0)
結果
AC  
実行時間 367 ms / 1,000 ms
コード長 186 bytes
コンパイル時間 149 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 29,764 KB
最終ジャッジ日時 2024-07-19 23:41:35
合計ジャッジ時間 8,084 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 267 ms
25,728 KB
testcase_01 AC 221 ms
21,248 KB
testcase_02 AC 91 ms
12,160 KB
testcase_03 AC 90 ms
12,160 KB
testcase_04 AC 89 ms
12,160 KB
testcase_05 AC 88 ms
12,160 KB
testcase_06 AC 89 ms
12,160 KB
testcase_07 AC 88 ms
12,032 KB
testcase_08 AC 88 ms
12,160 KB
testcase_09 AC 89 ms
12,160 KB
testcase_10 AC 87 ms
12,160 KB
testcase_11 AC 88 ms
12,032 KB
testcase_12 AC 90 ms
12,032 KB
testcase_13 AC 89 ms
12,032 KB
testcase_14 AC 89 ms
12,160 KB
testcase_15 AC 102 ms
12,928 KB
testcase_16 AC 352 ms
25,728 KB
testcase_17 AC 113 ms
14,592 KB
testcase_18 AC 215 ms
20,480 KB
testcase_19 AC 194 ms
18,816 KB
testcase_20 AC 326 ms
26,240 KB
testcase_21 AC 150 ms
15,744 KB
testcase_22 AC 110 ms
13,440 KB
testcase_23 AC 200 ms
22,016 KB
testcase_24 AC 367 ms
29,640 KB
testcase_25 AC 91 ms
12,160 KB
testcase_26 AC 260 ms
28,384 KB
testcase_27 AC 196 ms
28,488 KB
testcase_28 AC 88 ms
12,160 KB
testcase_29 AC 95 ms
12,032 KB
testcase_30 AC 360 ms
29,764 KB
testcase_31 AC 215 ms
28,288 KB
testcase_32 AC 229 ms
22,016 KB
testcase_33 AC 351 ms
28,528 KB
testcase_34 AC 316 ms
25,984 KB
testcase_35 AC 183 ms
18,176 KB
testcase_36 AC 130 ms
14,432 KB
testcase_37 AC 231 ms
21,632 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,D,K,*X='+$<.read.split*?,
c=h=X[m=0]
N.times{|j|a,f=X[j],[j+D,N-1].min
a>c&&X[f]<=X[h]||(j+1..f).any?{|k|v=X[k]-a;v>m[0]&&m=[v,j,k];v<0}
c,h=a-1,f}
puts m[0]<1?0:[m.shift*K,m*' ']
0