結果
| 問題 | No.1 道のショートカット |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2016-12-15 19:01:32 |
| 言語 | Perl (5.42.1) |
| 結果 |
AC
|
| 実行時間 | 52 ms / 5,000 ms |
| + 610µs | |
| コード長 | 138 bytes |
| 記録 | |
| コンパイル時間 | 8 ms |
| コンパイル使用メモリ | 6,144 KB |
| 実行使用メモリ | 13,952 KB |
| 最終ジャッジ日時 | 2026-08-20 06:08:38 |
| 合計ジャッジ時間 | 2,693 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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::U" used only once: possible typo at Main.pl line 1. Name "main::P" 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::T" used only once: possible typo at Main.pl line 1. Name "main::Q" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
@$_=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
tails