結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 151 ms
26,880 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 7 ms
6,016 KB
testcase_04 AC 7 ms
6,016 KB
testcase_05 AC 161 ms
34,432 KB
testcase_06 AC 6 ms
5,888 KB
testcase_07 AC 6 ms
6,016 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 6 ms
6,016 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 93 ms
18,432 KB
testcase_15 AC 42 ms
11,008 KB
testcase_16 AC 113 ms
22,272 KB
testcase_17 AC 37 ms
10,624 KB
testcase_18 AC 113 ms
21,376 KB
testcase_19 AC 85 ms
17,280 KB
testcase_20 AC 154 ms
27,264 KB
testcase_21 AC 10 ms
6,400 KB
testcase_22 AC 58 ms
13,184 KB
testcase_23 AC 138 ms
25,984 KB
testcase_24 AC 143 ms
26,496 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