結果
問題 | No.151 セグメントフィッシング |
ユーザー | tails |
提出日時 | 2015-02-14 17:46:16 |
言語 | Perl (5.38.2) |
結果 |
TLE
|
実行時間 | - |
コード長 | 180 bytes |
コンパイル時間 | 128 ms |
コンパイル使用メモリ | 6,940 KB |
実行使用メモリ | 17,184 KB |
最終ジャッジ日時 | 2024-06-23 20:10:53 |
合計ジャッジ時間 | 17,948 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 4 ms
5,376 KB |
testcase_01 | AC | 4 ms
5,504 KB |
testcase_02 | AC | 4 ms
5,376 KB |
testcase_03 | AC | 3 ms
5,504 KB |
testcase_04 | AC | 3 ms
5,504 KB |
testcase_05 | AC | 5 ms
5,632 KB |
testcase_06 | AC | 5 ms
5,504 KB |
testcase_07 | AC | 5 ms
5,632 KB |
testcase_08 | AC | 2,665 ms
7,680 KB |
testcase_09 | AC | 2,832 ms
7,680 KB |
testcase_10 | AC | 2,751 ms
7,552 KB |
testcase_11 | AC | 2,688 ms
7,552 KB |
testcase_12 | TLE | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
testcase_18 | -- | - |
testcase_19 | -- | - |
testcase_20 | -- | - |
testcase_21 | -- | - |
testcase_22 | -- | - |
testcase_23 | -- | - |
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 7. Main.pl syntax OK
ソースコード
$n=<>; map{ unshift@a,[/R/-/L/,($a,$b)=/\d+/g]; $c=$t=/C/&&!print$c,$/,!map{ ($d,$x,$y)=@$_; (($x+=$d*$t++)%=($n*2))>=$n?$x=$n*2-1-$x:0; $c+=($x>=$a&$x<$b&$d)*$y }@a; }<>