結果

問題 No.433 ICPC国内予選の選抜ルールがこんな感じだったらうれしい
ユーザー cielciel
提出日時 2016-10-20 02:42:40
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,609 ms / 4,000 ms
コード長 141 bytes
コンパイル時間 51 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 27,648 KB
最終ジャッジ日時 2024-06-08 02:30:33
合計ジャッジ時間 54,111 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,510 ms
27,648 KB
testcase_01 AC 1,499 ms
27,520 KB
testcase_02 AC 1,481 ms
26,112 KB
testcase_03 AC 1,510 ms
25,600 KB
testcase_04 AC 1,501 ms
25,728 KB
testcase_05 AC 1,475 ms
26,624 KB
testcase_06 AC 1,609 ms
27,520 KB
testcase_07 AC 1,483 ms
27,520 KB
testcase_08 AC 1,546 ms
27,008 KB
testcase_09 AC 1,540 ms
25,088 KB
testcase_10 AC 1,451 ms
25,344 KB
testcase_11 AC 1,447 ms
25,216 KB
testcase_12 AC 1,437 ms
25,344 KB
testcase_13 AC 1,442 ms
25,088 KB
testcase_14 AC 1,404 ms
25,216 KB
testcase_15 AC 1,367 ms
25,088 KB
testcase_16 AC 1,454 ms
25,344 KB
testcase_17 AC 1,467 ms
25,344 KB
testcase_18 AC 1,465 ms
25,216 KB
testcase_19 AC 1,411 ms
25,216 KB
testcase_20 AC 1,405 ms
25,216 KB
testcase_21 AC 1,446 ms
25,344 KB
testcase_22 AC 1,453 ms
25,472 KB
testcase_23 AC 1,453 ms
25,472 KB
testcase_24 AC 1,436 ms
24,960 KB
testcase_25 AC 1,467 ms
25,216 KB
testcase_26 AC 1,395 ms
25,344 KB
testcase_27 AC 1,409 ms
25,344 KB
testcase_28 AC 1,412 ms
25,216 KB
testcase_29 AC 1,392 ms
25,472 KB
testcase_30 AC 89 ms
12,160 KB
testcase_31 AC 87 ms
12,288 KB
testcase_32 AC 1,439 ms
25,216 KB
testcase_33 AC 1,495 ms
25,344 KB
testcase_34 AC 1,545 ms
25,600 KB
testcase_35 AC 91 ms
12,160 KB
testcase_36 AC 88 ms
12,160 KB
testcase_37 AC 90 ms
12,416 KB
testcase_38 AC 90 ms
12,160 KB
testcase_39 AC 101 ms
12,160 KB
testcase_40 AC 99 ms
12,416 KB
testcase_41 AC 187 ms
13,056 KB
testcase_42 AC 188 ms
13,312 KB
testcase_43 AC 181 ms
13,184 KB
testcase_44 AC 181 ms
13,312 KB
testcase_45 AC 101 ms
12,416 KB
testcase_46 AC 198 ms
13,568 KB
testcase_47 AC 203 ms
13,568 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

f=->{gets.split.map &:to_i};h=Hash.new 0;n,k=f[];p *n.times.map{|i|s,t,u=f[];[-s,u,t,i]}.sort.map{|e|e[1]=h[e[1]]+=1;e}.sort.map(&:last)[0,k]
0