結果

問題 No.1 道のショートカット
ユーザー tails
提出日時 2016-12-15 19:01:32
言語 Perl
(5.40.0)
結果
AC  
実行時間 92 ms / 5,000 ms
コード長 138 bytes
コンパイル時間 138 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 15,616 KB
最終ジャッジ日時 2024-07-20 16:28:01
合計ジャッジ時間 2,056 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 40
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible unintended interpolation of @P in string at Main.pl line 1.
Possible precedence problem on bitwise & operator at Main.pl line 1.
Name "main::T" used only once: possible typo at Main.pl line 1.
Name "main::V" used only once: possible typo at Main.pl line 1.
Name "main::Q" used only once: possible typo at Main.pl line 1.
Name "main::U" used only once: possible typo at Main.pl line 1.
Name "main::P" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

@$_=glob<>for P..V;sub f{my($i,$c,$t)=@_;$i=="@P"?$\=$t:map$S[$_]-$i||f($T[$_],$c-$U[$_],$t+$V[$_]),0..@S if$c>=0&$t<$\<<0}f!$\--,@Q;print
0