結果
問題 | No.149 碁石の移動 |
ユーザー | mmmppp |
提出日時 | 2017-03-08 15:47:49 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 186 bytes |
コンパイル時間 | 38 ms |
コンパイル使用メモリ | 7,680 KB |
実行使用メモリ | 12,672 KB |
最終ジャッジ日時 | 2024-06-23 19:01:59 |
合計ジャッジ時間 | 2,338 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | WA | - |
testcase_08 | RE | - |
testcase_09 | RE | - |
testcase_10 | RE | - |
testcase_11 | RE | - |
testcase_12 | RE | - |
testcase_13 | RE | - |
testcase_14 | RE | - |
testcase_15 | RE | - |
testcase_16 | RE | - |
コンパイルメッセージ
Syntax OK
ソースコード
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*' ']