結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー Lo_OTLo_OT
提出日時 2018-02-01 00:11:22
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 99 bytes
コンパイル時間 194 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 18,688 KB
最終ジャッジ日時 2024-06-09 12:43:18
合計ジャッジ時間 2,992 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
12,288 KB
testcase_01 AC 117 ms
18,304 KB
testcase_02 AC 71 ms
12,032 KB
testcase_03 AC 70 ms
12,032 KB
testcase_04 AC 70 ms
12,160 KB
testcase_05 AC 113 ms
18,688 KB
testcase_06 AC 72 ms
12,032 KB
testcase_07 AC 75 ms
12,032 KB
testcase_08 AC 69 ms
12,160 KB
testcase_09 AC 70 ms
12,032 KB
testcase_10 AC 70 ms
12,288 KB
testcase_11 AC 69 ms
12,288 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 100 ms
15,616 KB
testcase_15 AC 81 ms
13,184 KB
testcase_16 AC 106 ms
17,152 KB
testcase_17 AC 81 ms
13,184 KB
testcase_18 AC 108 ms
17,024 KB
testcase_19 AC 95 ms
15,232 KB
testcase_20 AC 116 ms
18,432 KB
testcase_21 AC 72 ms
12,160 KB
testcase_22 AC 86 ms
13,824 KB
testcase_23 AC 113 ms
18,176 KB
testcase_24 AC 115 ms
18,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
p gets.split.map(&:to_i).inject(Hash.new(0)){|h,v| h[v]+=1;h}.sort{|a,b| a[1] <=> b[1]}[-1][0]
0