結果

問題 No.5005 3-SAT
ユーザー 👑 NachiaNachia
提出日時 2022-04-29 14:34:07
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 1,840 bytes
コンパイル時間 947 ms
実行使用メモリ 6,952 KB
スコア 2,306
最終ジャッジ日時 2022-04-29 14:34:13
合計ジャッジ時間 6,275 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,904 KB
testcase_01 AC 2 ms
4,900 KB
testcase_02 AC 2 ms
4,900 KB
testcase_03 AC 2 ms
4,904 KB
testcase_04 AC 3 ms
4,904 KB
testcase_05 AC 2 ms
4,908 KB
testcase_06 AC 3 ms
6,948 KB
testcase_07 AC 3 ms
6,952 KB
testcase_08 AC 3 ms
4,904 KB
testcase_09 AC 3 ms
4,900 KB
testcase_10 AC 3 ms
4,904 KB
testcase_11 AC 3 ms
4,900 KB
testcase_12 AC 3 ms
4,904 KB
testcase_13 AC 3 ms
4,900 KB
testcase_14 AC 2 ms
4,900 KB
testcase_15 AC 3 ms
4,908 KB
testcase_16 AC 3 ms
4,904 KB
testcase_17 AC 3 ms
6,948 KB
testcase_18 AC 3 ms
4,900 KB
testcase_19 AC 2 ms
6,948 KB
testcase_20 AC 2 ms
6,952 KB
testcase_21 AC 3 ms
4,900 KB
testcase_22 AC 2 ms
4,904 KB
testcase_23 AC 3 ms
4,900 KB
testcase_24 AC 3 ms
4,900 KB
testcase_25 AC 3 ms
4,900 KB
testcase_26 AC 2 ms
6,952 KB
testcase_27 AC 3 ms
6,952 KB
testcase_28 AC 3 ms
6,948 KB
testcase_29 AC 3 ms
4,900 KB
testcase_30 AC 3 ms
6,952 KB
testcase_31 AC 3 ms
4,904 KB
testcase_32 AC 3 ms
4,904 KB
testcase_33 AC 2 ms
4,904 KB
testcase_34 AC 2 ms
4,900 KB
testcase_35 AC 3 ms
4,904 KB
testcase_36 AC 3 ms
4,900 KB
testcase_37 AC 3 ms
4,904 KB
testcase_38 AC 3 ms
4,900 KB
testcase_39 AC 3 ms
4,904 KB
testcase_40 AC 3 ms
6,948 KB
testcase_41 AC 2 ms
6,948 KB
testcase_42 AC 3 ms
4,900 KB
testcase_43 AC 2 ms
4,904 KB
testcase_44 AC 2 ms
4,904 KB
testcase_45 AC 3 ms
6,952 KB
testcase_46 AC 3 ms
4,900 KB
testcase_47 AC 2 ms
4,904 KB
testcase_48 AC 2 ms
4,900 KB
testcase_49 AC 3 ms
4,900 KB
testcase_50 AC 3 ms
6,952 KB
testcase_51 AC 2 ms
4,900 KB
testcase_52 AC 3 ms
4,900 KB
testcase_53 AC 3 ms
6,948 KB
testcase_54 AC 3 ms
6,948 KB
testcase_55 AC 2 ms
6,952 KB
testcase_56 AC 3 ms
4,904 KB
testcase_57 AC 2 ms
4,900 KB
testcase_58 AC 2 ms
4,900 KB
testcase_59 AC 3 ms
4,900 KB
testcase_60 AC 3 ms
4,908 KB
testcase_61 AC 2 ms
6,948 KB
testcase_62 AC 2 ms
4,908 KB
testcase_63 AC 2 ms
4,904 KB
testcase_64 AC 3 ms
4,904 KB
testcase_65 AC 3 ms
4,900 KB
testcase_66 AC 2 ms
6,952 KB
testcase_67 AC 3 ms
4,904 KB
testcase_68 AC 3 ms
4,908 KB
testcase_69 AC 3 ms
6,952 KB
testcase_70 AC 3 ms
6,952 KB
testcase_71 AC 3 ms
4,900 KB
testcase_72 AC 2 ms
4,900 KB
testcase_73 AC 3 ms
4,904 KB
testcase_74 AC 3 ms
6,948 KB
testcase_75 AC 2 ms
4,904 KB
testcase_76 AC 2 ms
6,952 KB
testcase_77 AC 2 ms
4,908 KB
testcase_78 AC 3 ms
4,904 KB
testcase_79 AC 2 ms
6,952 KB
testcase_80 AC 2 ms
6,952 KB
testcase_81 AC 3 ms
4,900 KB
testcase_82 AC 3 ms
4,904 KB
testcase_83 AC 3 ms
4,900 KB
testcase_84 AC 3 ms
4,900 KB
testcase_85 AC 2 ms
4,900 KB
testcase_86 AC 2 ms
6,948 KB
testcase_87 AC 3 ms
6,948 KB
testcase_88 AC 3 ms
4,904 KB
testcase_89 AC 3 ms
4,900 KB
testcase_90 AC 2 ms
4,904 KB
testcase_91 AC 3 ms
4,900 KB
testcase_92 AC 3 ms
4,904 KB
testcase_93 AC 3 ms
4,900 KB
testcase_94 AC 2 ms
4,904 KB
testcase_95 AC 3 ms
4,904 KB
testcase_96 AC 2 ms
4,904 KB
testcase_97 AC 3 ms
6,952 KB
testcase_98 AC 3 ms
4,904 KB
testcase_99 AC 3 ms
6,952 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <vector>
#include <algorithm>
#include <set>
#include <array>
#include <atcoder/modint>
using namespace std;
using i32 = int;
using u32 = unsigned int;
using i64 = long long;
using u64 = unsigned long long;
#define rep(i,n) for(int i=0; i<(int)(n); i++)

using m32 = atcoder::static_modint<998244353>;

const int N = 2048;
const int BIT_SIZE = 256;

struct Constraint{
    pair<int,int> a[3];
};

vector<array<array<int, 2>, 3>> A;

int main(){
    A.resize(N);
    rep(i,N) rep(c,2) rep(t,3) cin >> A[i][t][c];
    rep(i,N) rep(t,3) A[i][t][0] = BIT_SIZE - 1 - A[i][t][0];
    rep(i,N) sort(A[i].begin(), A[i].end());
    rep(i,N) rep(t,2){
        if(A[i][t][0] == A[i][t+1][0] && A[i][t][1] != A[i][t+1][1]){
            A[i][t][0] = A[i][t+1][0] = BIT_SIZE;
            A[i][t][1] = A[i][t+1][1] = -1;
        }
    }

    int final_score = -1;
    vector<int> final_ans = vector<int>(BIT_SIZE, 0);

    rep(t,1000){
        vector<int> ans;
        ans.assign(BIT_SIZE + 1, -1);
        int score = N;
        rep(i,N){
            bool ok = false;
            rep(t,3) if(ans[A[i][t][0]] == A[i][t][1]) ok = true;
            if(ok) break;
            rep(t,3) if(ans[A[i][t][0]] == -1){
                ans[A[i][t][0]] = A[i][t][1];
                ok = true;
                break;
            }
            if(!ok){
                score = i;
                break;
            }
        }
        if(final_score < score){
            final_score = score;
            final_ans = move(ans);
        }
    }

    rep(i,BIT_SIZE) if(final_ans[i] == -1) final_ans[i] = 0;
    rep(i,BIT_SIZE) cout << final_ans[i];
    cout << endl;


    return 0;
}

struct ios_do_not_sync{
    ios_do_not_sync(){
        std::ios::sync_with_stdio(false);
        std::cin.tie(nullptr);
    }
} ios_do_not_sync_instance;
0