結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー tonyu0tonyu0
提出日時 2020-03-29 12:18:50
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 76 bytes
コンパイル時間 788 ms
コンパイル使用メモリ 5,428 KB
実行使用メモリ 33,608 KB
最終ジャッジ日時 2023-08-30 18:41:16
合計ジャッジ時間 4,332 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 160 ms
26,204 KB
testcase_02 AC 6 ms
5,040 KB
testcase_03 AC 6 ms
5,220 KB
testcase_04 AC 6 ms
5,212 KB
testcase_05 AC 182 ms
33,608 KB
testcase_06 AC 6 ms
5,024 KB
testcase_07 AC 6 ms
5,156 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 6 ms
5,296 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 97 ms
17,468 KB
testcase_15 AC 44 ms
10,068 KB
testcase_16 AC 128 ms
21,396 KB
testcase_17 AC 41 ms
9,740 KB
testcase_18 AC 120 ms
20,368 KB
testcase_19 AC 88 ms
16,392 KB
testcase_20 AC 166 ms
26,276 KB
testcase_21 AC 9 ms
5,624 KB
testcase_22 AC 61 ms
12,468 KB
testcase_23 AC 156 ms
24,952 KB
testcase_24 AC 159 ms
25,764 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{-1}glob<>;
print $ans[-1];
0