結果

問題 No.1355 AND OR GAME
ユーザー tarakojo1019tarakojo1019
提出日時 2021-01-18 11:09:05
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 150 ms / 2,000 ms
コード長 1,467 bytes
コンパイル時間 1,021 ms
コンパイル使用メモリ 118,564 KB
実行使用メモリ 7,144 KB
最終ジャッジ日時 2024-05-08 01:12:03
合計ジャッジ時間 12,576 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 1 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 1 ms
5,376 KB
testcase_12 AC 1 ms
5,376 KB
testcase_13 AC 2 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 2 ms
5,376 KB
testcase_16 AC 1 ms
5,376 KB
testcase_17 AC 1 ms
5,376 KB
testcase_18 AC 2 ms
5,376 KB
testcase_19 AC 1 ms
5,376 KB
testcase_20 AC 2 ms
5,376 KB
testcase_21 AC 1 ms
5,376 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 2 ms
5,376 KB
testcase_25 AC 2 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 2 ms
5,376 KB
testcase_28 AC 1 ms
5,376 KB
testcase_29 AC 2 ms
5,376 KB
testcase_30 AC 1 ms
5,376 KB
testcase_31 AC 2 ms
5,376 KB
testcase_32 AC 1 ms
5,376 KB
testcase_33 AC 1 ms
5,376 KB
testcase_34 AC 16 ms
5,376 KB
testcase_35 AC 142 ms
7,020 KB
testcase_36 AC 133 ms
6,892 KB
testcase_37 AC 2 ms
5,376 KB
testcase_38 AC 148 ms
7,012 KB
testcase_39 AC 50 ms
5,376 KB
testcase_40 AC 69 ms
5,376 KB
testcase_41 AC 147 ms
7,016 KB
testcase_42 AC 141 ms
6,888 KB
testcase_43 AC 84 ms
5,376 KB
testcase_44 AC 23 ms
5,376 KB
testcase_45 AC 142 ms
7,016 KB
testcase_46 AC 56 ms
5,376 KB
testcase_47 AC 146 ms
6,884 KB
testcase_48 AC 104 ms
6,572 KB
testcase_49 AC 145 ms
7,016 KB
testcase_50 AC 2 ms
5,376 KB
testcase_51 AC 73 ms
5,376 KB
testcase_52 AC 131 ms
6,840 KB
testcase_53 AC 91 ms
5,516 KB
testcase_54 AC 144 ms
7,012 KB
testcase_55 AC 130 ms
5,376 KB
testcase_56 AC 125 ms
5,376 KB
testcase_57 AC 99 ms
6,532 KB
testcase_58 AC 29 ms
5,376 KB
testcase_59 AC 1 ms
5,376 KB
testcase_60 AC 104 ms
6,488 KB
testcase_61 AC 2 ms
5,376 KB
testcase_62 AC 62 ms
5,376 KB
testcase_63 AC 141 ms
7,020 KB
testcase_64 AC 121 ms
5,376 KB
testcase_65 AC 3 ms
5,376 KB
testcase_66 AC 42 ms
5,376 KB
testcase_67 AC 44 ms
5,376 KB
testcase_68 AC 45 ms
5,376 KB
testcase_69 AC 2 ms
5,376 KB
testcase_70 AC 57 ms
5,376 KB
testcase_71 AC 146 ms
7,016 KB
testcase_72 AC 150 ms
7,020 KB
testcase_73 AC 145 ms
7,016 KB
testcase_74 AC 147 ms
7,012 KB
testcase_75 AC 144 ms
7,144 KB
testcase_76 AC 146 ms
7,020 KB
testcase_77 AC 148 ms
7,016 KB
testcase_78 AC 2 ms
5,376 KB
testcase_79 AC 2 ms
5,376 KB
testcase_80 AC 143 ms
7,012 KB
testcase_81 AC 140 ms
7,012 KB
testcase_82 AC 141 ms
7,140 KB
testcase_83 AC 128 ms
5,376 KB
testcase_84 AC 25 ms
5,376 KB
testcase_85 AC 68 ms
6,628 KB
testcase_86 AC 43 ms
5,376 KB
testcase_87 AC 42 ms
5,376 KB
testcase_88 AC 4 ms
5,376 KB
testcase_89 AC 4 ms
5,376 KB
testcase_90 AC 91 ms
6,936 KB
testcase_91 AC 10 ms
5,376 KB
testcase_92 AC 6 ms
5,376 KB
testcase_93 AC 64 ms
6,728 KB
testcase_94 AC 38 ms
5,376 KB
testcase_95 AC 28 ms
5,376 KB
testcase_96 AC 21 ms
5,376 KB
testcase_97 AC 5 ms
5,376 KB
testcase_98 AC 79 ms
7,140 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<math.h>
#include<algorithm>
#include<stdint.h>
#include<vector>
#include<deque>
#include<stack>
#include<functional>
#include<string>
#include<numeric>
#include<cstring>
#include<random>
#include<array>
#include<fstream>
#include<iomanip>
#include<list>
#include<set>
#include<map>
#include<unordered_map>
#include<unordered_set>
#include<bitset>
#include<queue>

/*
#include<boost/multiprecision/cpp_int.hpp>
using namespace boost::multiprecision;
*/

using namespace std;

using ll = long long;
using ull = unsigned long long;

#define REP(i,a,b) for(ll i = a; i < b; ++i)
#define PRI(s) std::cout << s << endl
#define PRIF(v, n) printf("%."#n"f\n", (double)v)

template<typename A, typename B>void mins(A& a, const B& b) { a = min(a, (A)b); };
template<typename A, typename B>void maxs(A& a, const B& b) { a = max(a, (A)b); };



int main() {
	ll N, X, Y; cin >> N >> X >> Y;
	vector<ll> A(N+1);
	vector<ll> P;
	A[0] = X;
	REP(i, 1, N+1) cin >> A[i];
	reverse(A.begin(), A.end());
	ll a = Y;
	ll b = ~Y;
	REP(i, 0, N+1) {
		if ((~A[i] & a) == 0) {
			if ((b & A[i]) == 0) {
				if(P.size() < N) P.push_back(3);
				while (P.size() != N) P.push_back(1);
				reverse(P.begin(), P.end());
				for (ll p : P) cout << p << " ";
				cout << endl;
				return 0;
			}

			b = b & A[i];
			P.push_back(1);
		}
		else if ((b & A[i]) == 0) {
			a = a & ~A[i];
			P.push_back(2);
		}
		else {
			PRI(-1);
			return 0;
		}
	}
	PRI(-1);
	return 0;
}
0