結果

問題 No.507 ゲーム大会(チーム決め)
ユーザー yuruhiyayuruhiya
提出日時 2020-08-08 12:46:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 407 ms / 3,000 ms
コード長 188 bytes
コンパイル時間 68 ms
コンパイル使用メモリ 11,904 KB
実行使用メモリ 31,192 KB
最終ジャッジ日時 2024-04-08 22:39:57
合計ジャッジ時間 5,879 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 87 ms
16,256 KB
testcase_01 AC 86 ms
16,256 KB
testcase_02 AC 83 ms
16,256 KB
testcase_03 AC 83 ms
16,256 KB
testcase_04 AC 82 ms
16,256 KB
testcase_05 AC 83 ms
16,256 KB
testcase_06 AC 87 ms
16,256 KB
testcase_07 AC 391 ms
30,424 KB
testcase_08 AC 361 ms
31,192 KB
testcase_09 AC 390 ms
30,424 KB
testcase_10 AC 377 ms
31,192 KB
testcase_11 AC 352 ms
31,192 KB
testcase_12 AC 407 ms
31,192 KB
testcase_13 AC 381 ms
31,192 KB
testcase_14 AC 362 ms
30,424 KB
testcase_15 AC 375 ms
31,192 KB
testcase_16 AC 374 ms
31,192 KB
testcase_17 AC 89 ms
16,256 KB
testcase_18 AC 86 ms
16,256 KB
testcase_19 AC 85 ms
16,256 KB
testcase_20 AC 82 ms
16,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,M="+gets.split*?,
x=gets.to_i
a=(1...N).map{gets.to_i}.sort
p a.bsearch{|y|b=a.dup;b.delete_at b.index y;i=0;(N-3).downto(0).count{|j|i+=1while i<j&&x+y>=b[i]+b[j];i<j&&i+=1}<M}||-1
0