結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー tonyu0tonyu0
提出日時 2020-03-29 12:22:26
言語 Perl
(5.38.2)
結果
AC  
実行時間 184 ms / 5,000 ms
コード長 79 bytes
コンパイル時間 96 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 34,432 KB
最終ジャッジ日時 2024-06-10 18:16:22
合計ジャッジ時間 2,379 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 14 ms
6,912 KB
testcase_01 AC 184 ms
26,932 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 6 ms
5,888 KB
testcase_04 AC 7 ms
6,016 KB
testcase_05 AC 165 ms
34,432 KB
testcase_06 AC 6 ms
5,888 KB
testcase_07 AC 6 ms
5,888 KB
testcase_08 AC 6 ms
6,016 KB
testcase_09 AC 6 ms
6,016 KB
testcase_10 AC 7 ms
5,888 KB
testcase_11 AC 7 ms
6,016 KB
testcase_12 AC 7 ms
6,016 KB
testcase_13 AC 7 ms
5,888 KB
testcase_14 AC 107 ms
18,588 KB
testcase_15 AC 51 ms
11,108 KB
testcase_16 AC 132 ms
22,196 KB
testcase_17 AC 42 ms
10,604 KB
testcase_18 AC 130 ms
21,424 KB
testcase_19 AC 92 ms
17,304 KB
testcase_20 AC 179 ms
27,244 KB
testcase_21 AC 9 ms
6,400 KB
testcase_22 AC 61 ms
13,272 KB
testcase_23 AC 164 ms
25,820 KB
testcase_24 AC 170 ms
26,564 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Parentheses missing around "my" list at Main.pl line 2.
Useless use of a variable in void context at Main.pl line 2.
Main.pl syntax OK

ソースコード

diff #

<>;
my @memo, @ans;
$ans[++$memo[$_]]=$_ for sort{$a-$b}glob<>;
print $ans[-1];
0