結果

問題 No.1443 Andd
ユーザー tailstails
提出日時 2021-04-22 17:44:34
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 147 bytes
コンパイル時間 428 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 16,800 KB
最終ジャッジ日時 2024-07-04 06:28:41
合計ジャッジ時間 12,958 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
11,392 KB
testcase_01 AC 9 ms
6,144 KB
testcase_02 AC 11 ms
6,144 KB
testcase_03 AC 164 ms
6,144 KB
testcase_04 AC 239 ms
6,272 KB
testcase_05 AC 174 ms
6,144 KB
testcase_06 AC 152 ms
6,016 KB
testcase_07 AC 233 ms
6,400 KB
testcase_08 AC 212 ms
6,144 KB
testcase_09 AC 37 ms
6,144 KB
testcase_10 AC 280 ms
6,272 KB
testcase_11 AC 252 ms
6,272 KB
testcase_12 AC 246 ms
6,272 KB
testcase_13 AC 1,371 ms
6,912 KB
testcase_14 AC 1,373 ms
7,040 KB
testcase_15 AC 1,382 ms
7,040 KB
testcase_16 AC 1,365 ms
7,040 KB
testcase_17 AC 1,363 ms
7,040 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