結果

問題 No.610 区間賞(Section Award)
ユーザー tails
提出日時 2017-12-10 00:20:20
言語 Perl
(5.40.0)
結果
AC  
実行時間 544 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 412 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 45,824 KB
最終ジャッジ日時 2024-11-30 05:56:03
合計ジャッジ時間 11,653 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 50
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Unquoted string "c" may clash with future reserved word at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

@$_=glob<>for a..c;$r[$_]=++$=for@b;$,=$/;print sort{$a-$b}grep{$d=$r[$_]if$d<$r[$_]}@c
0