結果

問題 No.9 モンスターのレベル上げ
ユーザー letrangerjpletrangerjp
提出日時 2017-05-15 19:16:52
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 179 bytes
コンパイル時間 158 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 57,472 KB
最終ジャッジ日時 2024-09-16 08:06:36
合計ジャッジ時間 38,640 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
11,904 KB
testcase_01 AC 88 ms
12,160 KB
testcase_02 AC 3,995 ms
12,544 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 399 ms
12,160 KB
testcase_07 AC 95 ms
12,288 KB
testcase_08 AC 510 ms
12,032 KB
testcase_09 AC 3,881 ms
12,672 KB
testcase_10 AC 89 ms
12,032 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 2,433 ms
57,472 KB
testcase_14 AC 3,894 ms
12,672 KB
testcase_15 AC 3,583 ms
12,800 KB
testcase_16 WA -
testcase_17 AC 2,172 ms
12,672 KB
testcase_18 AC 1,793 ms
12,544 KB
testcase_19 AC 120 ms
12,288 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,*b=`dd`.split.map &:to_i;_=b.pop(n).sort.map{|v|v*M=2000};p (1..n).map{a=_.dup;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