結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー mmmpppmmmppp
提出日時 2017-03-09 14:58:58
言語 Ruby
(3.3.0)
結果
AC  
実行時間 124 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 214 ms
コンパイル使用メモリ 11,188 KB
実行使用メモリ 21,616 KB
最終ジャッジ日時 2023-09-08 15:06:17
合計ジャッジ時間 3,738 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
15,024 KB
testcase_01 AC 123 ms
21,576 KB
testcase_02 AC 77 ms
15,044 KB
testcase_03 AC 80 ms
15,044 KB
testcase_04 AC 77 ms
15,120 KB
testcase_05 AC 111 ms
21,616 KB
testcase_06 AC 77 ms
15,312 KB
testcase_07 AC 77 ms
15,112 KB
testcase_08 AC 77 ms
15,096 KB
testcase_09 AC 79 ms
15,044 KB
testcase_10 AC 81 ms
15,248 KB
testcase_11 AC 77 ms
15,108 KB
testcase_12 AC 78 ms
15,064 KB
testcase_13 AC 77 ms
15,356 KB
testcase_14 AC 102 ms
18,792 KB
testcase_15 AC 87 ms
16,368 KB
testcase_16 AC 108 ms
20,196 KB
testcase_17 AC 89 ms
16,312 KB
testcase_18 AC 108 ms
19,984 KB
testcase_19 AC 101 ms
18,396 KB
testcase_20 AC 124 ms
21,384 KB
testcase_21 AC 80 ms
15,092 KB
testcase_22 AC 94 ms
17,388 KB
testcase_23 AC 122 ms
21,148 KB
testcase_24 AC 124 ms
21,240 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;l=gets.split;$><<l.uniq.max_by{|i|[l.count(i),i]}
0