結果

問題 No.9 モンスターのレベル上げ
ユーザー letrangerjpletrangerjp
提出日時 2017-05-15 20:33:56
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,391 ms / 5,000 ms
コード長 171 bytes
コンパイル時間 51 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 64,256 KB
最終ジャッジ日時 2024-06-24 00:06:28
合計ジャッジ時間 40,600 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 93 ms
12,416 KB
testcase_01 AC 87 ms
12,416 KB
testcase_02 AC 4,331 ms
13,312 KB
testcase_03 AC 3,289 ms
13,184 KB
testcase_04 AC 1,733 ms
12,800 KB
testcase_05 AC 1,149 ms
12,672 KB
testcase_06 AC 432 ms
12,544 KB
testcase_07 AC 94 ms
12,544 KB
testcase_08 AC 563 ms
12,672 KB
testcase_09 AC 4,216 ms
13,440 KB
testcase_10 AC 89 ms
12,288 KB
testcase_11 AC 3,366 ms
13,696 KB
testcase_12 AC 4,207 ms
13,440 KB
testcase_13 AC 2,641 ms
64,256 KB
testcase_14 AC 4,391 ms
13,312 KB
testcase_15 AC 3,772 ms
13,184 KB
testcase_16 AC 145 ms
12,544 KB
testcase_17 AC 2,390 ms
12,800 KB
testcase_18 AC 1,969 ms
12,800 KB
testcase_19 AC 121 ms
12,672 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

M=2000;eval"N,*C="+`dd`.split*?,;b=C.pop(N);p b.map{a=C.sort.map{|v|v*M};b.rotate!.map{|l|m=a.shift+l/2*M+1;a.insert(a.bsearch_index{|v|v>m}||-1,m)};a.map{|v|v%M}.max}.min
0