結果

問題 No.1443 Andd
ユーザー tailstails
提出日時 2021-04-22 17:44:34
言語 Perl
(5.38.0)
結果
TLE  
実行時間 -
コード長 147 bytes
コンパイル時間 732 ms
コンパイル使用メモリ 5,328 KB
実行使用メモリ 9,684 KB
最終ジャッジ日時 2023-09-17 10:12:57
合計ジャッジ時間 13,380 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
9,684 KB
testcase_01 AC 8 ms
5,456 KB
testcase_02 AC 9 ms
5,308 KB
testcase_03 AC 165 ms
5,496 KB
testcase_04 AC 251 ms
5,548 KB
testcase_05 AC 181 ms
5,508 KB
testcase_06 AC 159 ms
5,420 KB
testcase_07 AC 245 ms
5,476 KB
testcase_08 AC 220 ms
5,428 KB
testcase_09 AC 37 ms
5,452 KB
testcase_10 AC 294 ms
5,552 KB
testcase_11 AC 264 ms
5,564 KB
testcase_12 AC 256 ms
5,448 KB
testcase_13 AC 1,441 ms
6,464 KB
testcase_14 AC 1,454 ms
6,352 KB
testcase_15 AC 1,449 ms
6,276 KB
testcase_16 AC 1,441 ms
6,452 KB
testcase_17 AC 1,445 ms
6,416 KB
testcase_18 TLE -
testcase_19 -- -
testcase_20 -- -
testcase_21 -- -
testcase_22 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;@d=1;
for$a(glob<>){
	my@e;
	$e[$_&$a]|=$d[$_]for 0..1023;
	$z+=grep$e[$_],0..$a-1;
	print$z+1,$/;
	$e[$_]|=$d[$_-$a&1023]for 0..1023;
	@d=@e;
}
0