結果

問題 No.2071 Shift and OR
ユーザー tailstails
提出日時 2022-09-16 23:21:43
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 222 bytes
コンパイル時間 2,638 ms
コンパイル使用メモリ 173,056 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-01 14:08:38
合計ジャッジ時間 3,880 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 2 ms
6,940 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 2 ms
6,944 KB
testcase_12 AC 2 ms
6,940 KB
testcase_13 AC 2 ms
6,940 KB
testcase_14 WA -
testcase_15 AC 2 ms
6,940 KB
testcase_16 WA -
testcase_17 AC 2 ms
6,940 KB
testcase_18 WA -
testcase_19 AC 2 ms
6,940 KB
testcase_20 AC 2 ms
6,944 KB
testcase_21 AC 2 ms
6,944 KB
testcase_22 AC 2 ms
6,944 KB
testcase_23 AC 2 ms
6,940 KB
testcase_24 AC 2 ms
6,940 KB
testcase_25 AC 2 ms
6,940 KB
testcase_26 AC 2 ms
6,940 KB
testcase_27 AC 2 ms
6,940 KB
testcase_28 AC 2 ms
6,940 KB
testcase_29 AC 2 ms
6,940 KB
testcase_30 WA -
testcase_31 WA -
testcase_32 WA -
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
testcase_36 WA -
testcase_37 WA -
testcase_38 WA -
testcase_39 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

char b[65536];
b[0]=1;
ll@n;
rep(n){
	ll@a;
	rrep(k,65536){
		if(b[k]){
			rep(16){
				b[a|k]=1;
				a=a*2%65535;
			}
		}
	}
	if(b[65535]){
		wt(65535);
		exit(0);
	}
}
rrep(i,65536){
	if(b[i]){
		wt(i);
		exit(0);
	}
}
0