結果

問題 No.151 セグメントフィッシング
ユーザー tailstails
提出日時 2015-02-14 17:48:12
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 180 bytes
コンパイル時間 202 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 17,056 KB
最終ジャッジ日時 2024-06-23 20:11:17
合計ジャッジ時間 18,254 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5 ms
6,812 KB
testcase_01 AC 4 ms
6,944 KB
testcase_02 AC 4 ms
6,940 KB
testcase_03 AC 4 ms
6,944 KB
testcase_04 AC 4 ms
6,940 KB
testcase_05 AC 5 ms
6,940 KB
testcase_06 AC 5 ms
6,944 KB
testcase_07 AC 5 ms
6,940 KB
testcase_08 AC 2,762 ms
7,552 KB
testcase_09 AC 2,962 ms
7,680 KB
testcase_10 AC 2,831 ms
7,680 KB
testcase_11 AC 2,764 ms
7,680 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

ソースコード

diff #

$n=<>;
map{
	unshift@a,[/R/-/L/,($a,$b)=/\d+/g];
	$c=$t=/C/&&!print$c,$/,!map{
		my($d,$x,$y)=@$_;
		(($x+=$d*$t++)%=($n*2))>=$n?$x=$n*2-1-$x:0;
		$c+=($x>=$a&$x<$b&$d)*$y
	}@a
}<>
0