結果

問題 No.1355 AND OR GAME
ユーザー blackyukiblackyuki
提出日時 2021-01-15 23:05:56
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 148 ms / 2,000 ms
コード長 940 bytes
コンパイル時間 2,395 ms
コンパイル使用メモリ 203,792 KB
実行使用メモリ 5,632 KB
最終ジャッジ日時 2024-11-27 12:23:12
合計ジャッジ時間 18,020 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 3 ms
5,248 KB
testcase_03 AC 3 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 3 ms
5,248 KB
testcase_07 AC 3 ms
5,248 KB
testcase_08 AC 3 ms
5,248 KB
testcase_09 AC 2 ms
5,248 KB
testcase_10 AC 2 ms
5,248 KB
testcase_11 AC 2 ms
5,248 KB
testcase_12 AC 2 ms
5,248 KB
testcase_13 AC 2 ms
5,248 KB
testcase_14 AC 2 ms
5,248 KB
testcase_15 AC 3 ms
5,248 KB
testcase_16 AC 2 ms
5,248 KB
testcase_17 AC 2 ms
5,248 KB
testcase_18 AC 2 ms
5,248 KB
testcase_19 AC 2 ms
5,248 KB
testcase_20 AC 2 ms
5,248 KB
testcase_21 AC 2 ms
5,248 KB
testcase_22 AC 2 ms
5,248 KB
testcase_23 AC 2 ms
5,248 KB
testcase_24 AC 2 ms
5,248 KB
testcase_25 AC 2 ms
5,248 KB
testcase_26 AC 2 ms
5,248 KB
testcase_27 AC 2 ms
5,248 KB
testcase_28 AC 3 ms
5,248 KB
testcase_29 AC 2 ms
5,248 KB
testcase_30 AC 2 ms
5,248 KB
testcase_31 AC 2 ms
5,248 KB
testcase_32 AC 2 ms
5,248 KB
testcase_33 AC 2 ms
5,248 KB
testcase_34 AC 16 ms
5,248 KB
testcase_35 AC 147 ms
5,504 KB
testcase_36 AC 136 ms
5,248 KB
testcase_37 AC 2 ms
5,248 KB
testcase_38 AC 148 ms
5,504 KB
testcase_39 AC 55 ms
5,248 KB
testcase_40 AC 72 ms
5,248 KB
testcase_41 AC 148 ms
5,632 KB
testcase_42 AC 148 ms
5,504 KB
testcase_43 AC 90 ms
5,248 KB
testcase_44 AC 24 ms
5,248 KB
testcase_45 AC 148 ms
5,504 KB
testcase_46 AC 56 ms
5,248 KB
testcase_47 AC 147 ms
5,504 KB
testcase_48 AC 105 ms
5,248 KB
testcase_49 AC 147 ms
5,504 KB
testcase_50 AC 2 ms
5,248 KB
testcase_51 AC 75 ms
5,248 KB
testcase_52 AC 131 ms
5,248 KB
testcase_53 AC 90 ms
5,248 KB
testcase_54 AC 148 ms
5,504 KB
testcase_55 AC 135 ms
5,376 KB
testcase_56 AC 134 ms
5,504 KB
testcase_57 AC 103 ms
5,248 KB
testcase_58 AC 30 ms
5,248 KB
testcase_59 AC 2 ms
5,248 KB
testcase_60 AC 99 ms
5,248 KB
testcase_61 AC 2 ms
5,248 KB
testcase_62 AC 67 ms
5,248 KB
testcase_63 AC 147 ms
5,504 KB
testcase_64 AC 136 ms
5,632 KB
testcase_65 AC 3 ms
5,248 KB
testcase_66 AC 47 ms
5,248 KB
testcase_67 AC 48 ms
5,248 KB
testcase_68 AC 48 ms
5,248 KB
testcase_69 AC 2 ms
5,248 KB
testcase_70 AC 57 ms
5,248 KB
testcase_71 AC 147 ms
5,504 KB
testcase_72 AC 148 ms
5,376 KB
testcase_73 AC 148 ms
5,376 KB
testcase_74 AC 148 ms
5,504 KB
testcase_75 AC 147 ms
5,504 KB
testcase_76 AC 147 ms
5,632 KB
testcase_77 AC 147 ms
5,504 KB
testcase_78 AC 2 ms
5,248 KB
testcase_79 AC 2 ms
5,248 KB
testcase_80 AC 148 ms
5,376 KB
testcase_81 AC 148 ms
5,376 KB
testcase_82 AC 148 ms
5,376 KB
testcase_83 AC 134 ms
5,632 KB
testcase_84 AC 34 ms
5,248 KB
testcase_85 AC 90 ms
5,248 KB
testcase_86 AC 58 ms
5,248 KB
testcase_87 AC 50 ms
5,248 KB
testcase_88 AC 6 ms
5,248 KB
testcase_89 AC 4 ms
5,248 KB
testcase_90 AC 112 ms
5,504 KB
testcase_91 AC 13 ms
5,248 KB
testcase_92 AC 7 ms
5,248 KB
testcase_93 AC 87 ms
5,248 KB
testcase_94 AC 52 ms
5,248 KB
testcase_95 AC 37 ms
5,248 KB
testcase_96 AC 30 ms
5,248 KB
testcase_97 AC 6 ms
5,248 KB
testcase_98 AC 105 ms
5,504 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
using namespace std;
int main(){
    long long N,X,Y;cin>>N>>X>>Y;
    vector<long long> A(N+1,X);for(int i=1;i<=N;i++)cin>>A[i];
    vector<int> target(60),P(N,1);for(int i=0;i<60;i++)target[i]=Y>>i&1;
    for(int i=N;i>=0;i--){
        bool S=false,T=false;
        for(int bit=0;bit<60;bit++)if(target[bit]!=2&&target[bit]!=(A[i]>>bit&1)){
            if(target[bit]==1)S=true;
            else T=true;
        }
        if((S&&T)||((S||T)&&i==0)){cout<<-1<<endl;return 0;}
        if(S){
            P[i-1]=2;
            for(int bit=0;bit<60;bit++)if(target[bit]==1&&(A[i]>>bit&1)==1)target[bit]=2;
        }
        else if(T){
            for(int bit=0;bit<60;bit++)if(target[bit]==0&&(A[i]>>bit&1)==0)target[bit]=2;
        }
        else{
            if(i)P[i-1]=3;
            for(int j=0;j<N;j++){
                if(j)cout<<' ';cout<<P[j];
            }cout<<endl;
            return 0;
        }
    }
}
0