結果

問題 No.79 過小評価ダメ・ゼッタイ
ユーザー tonyu0
提出日時 2020-03-29 12:22:26
言語 Perl
(5.40.0)
結果
AC  
実行時間 190 ms / 5,000 ms
コード長 79 bytes
コンパイル時間 546 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 34,432 KB
最終ジャッジ日時 2025-01-02 13:19:25
合計ジャッジ時間 3,081 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 22
権限があれば一括ダウンロードができます
コンパイルメッセージ
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