結果

問題 No.615 集合に分けよう
ユーザー %20%20
提出日時 2017-12-15 09:57:19
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 74 bytes
コンパイル時間 58 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 22,528 KB
最終ジャッジ日時 2024-05-08 12:11:10
合計ジャッジ時間 4,455 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 87 ms
12,288 KB
testcase_01 AC 87 ms
12,288 KB
testcase_02 AC 87 ms
12,288 KB
testcase_03 RE -
testcase_04 AC 87 ms
12,160 KB
testcase_05 AC 91 ms
12,160 KB
testcase_06 AC 86 ms
12,160 KB
testcase_07 AC 87 ms
12,288 KB
testcase_08 AC 89 ms
12,160 KB
testcase_09 AC 89 ms
12,288 KB
testcase_10 AC 87 ms
12,160 KB
testcase_11 AC 88 ms
12,160 KB
testcase_12 AC 88 ms
12,288 KB
testcase_13 AC 87 ms
12,288 KB
testcase_14 RE -
testcase_15 RE -
testcase_16 RE -
testcase_17 RE -
testcase_18 RE -
testcase_19 RE -
testcase_20 RE -
testcase_21 RE -
testcase_22 RE -
testcase_23 AC 136 ms
20,864 KB
testcase_24 AC 135 ms
21,888 KB
testcase_25 AC 82 ms
12,288 KB
testcase_26 RE -
testcase_27 AC 123 ms
20,736 KB
testcase_28 AC 122 ms
20,736 KB
testcase_29 RE -
testcase_30 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,K,*A="+gets(p).split*?,
p A.sort.map{|a|-$.+$.=a}[1,N].min(N-K).sum
0