結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー nobigomunobigomu
提出日時 2018-05-26 17:03:01
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 49 ms / 5,000 ms
コード長 187 bytes
コンパイル時間 94 ms
コンパイル使用メモリ 5,324 KB
実行使用メモリ 28,940 KB
最終ジャッジ日時 2023-09-11 03:38:56
合計ジャッジ時間 2,019 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
4,744 KB
testcase_01 AC 48 ms
28,728 KB
testcase_02 AC 4 ms
4,380 KB
testcase_03 AC 4 ms
4,376 KB
testcase_04 AC 4 ms
4,380 KB
testcase_05 AC 48 ms
28,940 KB
testcase_06 AC 4 ms
4,380 KB
testcase_07 AC 3 ms
4,380 KB
testcase_08 AC 4 ms
4,380 KB
testcase_09 AC 4 ms
4,380 KB
testcase_10 AC 4 ms
4,380 KB
testcase_11 AC 4 ms
4,380 KB
testcase_12 AC 4 ms
4,376 KB
testcase_13 AC 4 ms
4,376 KB
testcase_14 AC 31 ms
18,476 KB
testcase_15 AC 15 ms
9,748 KB
testcase_16 AC 39 ms
22,856 KB
testcase_17 AC 14 ms
9,360 KB
testcase_18 AC 37 ms
22,284 KB
testcase_19 AC 28 ms
17,012 KB
testcase_20 AC 49 ms
28,876 KB
testcase_21 AC 5 ms
4,376 KB
testcase_22 AC 20 ms
12,328 KB
testcase_23 AC 45 ms
27,284 KB
testcase_24 AC 47 ms
28,144 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

_==0 "exec" "gawk" "-f" "$0"
BEGIN{ PROCINFO["sorted_in"]="@ind_num_asc";m=0;r=0 }
NR>1{ split($0,a," "); for (i in a) h[a[i]]+=1 }
END{ for (i in h) if (m<=h[i]) { m=h[i];r=i } print r }
0