結果

問題 No.5005 3-SAT
ユーザー merom686merom686
提出日時 2022-04-29 14:59:09
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 122 ms / 2,000 ms
コード長 2,145 bytes
コンパイル時間 2,769 ms
実行使用メモリ 3,696 KB
スコア 42,109
最終ジャッジ日時 2022-04-29 14:59:29
合計ジャッジ時間 19,791 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 122 ms
3,680 KB
testcase_01 AC 121 ms
3,584 KB
testcase_02 AC 119 ms
3,676 KB
testcase_03 AC 116 ms
3,528 KB
testcase_04 AC 119 ms
3,532 KB
testcase_05 AC 118 ms
3,648 KB
testcase_06 AC 119 ms
3,536 KB
testcase_07 AC 117 ms
3,636 KB
testcase_08 AC 117 ms
3,680 KB
testcase_09 AC 118 ms
3,532 KB
testcase_10 AC 118 ms
3,696 KB
testcase_11 AC 117 ms
3,532 KB
testcase_12 AC 119 ms
3,588 KB
testcase_13 AC 120 ms
3,636 KB
testcase_14 AC 121 ms
3,668 KB
testcase_15 AC 119 ms
3,536 KB
testcase_16 AC 118 ms
3,580 KB
testcase_17 AC 116 ms
3,656 KB
testcase_18 AC 122 ms
3,532 KB
testcase_19 AC 119 ms
3,528 KB
testcase_20 AC 117 ms
3,588 KB
testcase_21 AC 114 ms
3,536 KB
testcase_22 AC 119 ms
3,640 KB
testcase_23 AC 117 ms
3,592 KB
testcase_24 AC 119 ms
3,644 KB
testcase_25 AC 116 ms
3,688 KB
testcase_26 AC 118 ms
3,680 KB
testcase_27 AC 118 ms
3,588 KB
testcase_28 AC 118 ms
3,584 KB
testcase_29 AC 121 ms
3,652 KB
testcase_30 AC 122 ms
3,588 KB
testcase_31 AC 121 ms
3,640 KB
testcase_32 AC 117 ms
3,672 KB
testcase_33 AC 117 ms
3,676 KB
testcase_34 AC 114 ms
3,676 KB
testcase_35 AC 117 ms
3,596 KB
testcase_36 AC 120 ms
3,680 KB
testcase_37 AC 116 ms
3,532 KB
testcase_38 AC 118 ms
3,532 KB
testcase_39 AC 119 ms
3,676 KB
testcase_40 AC 118 ms
3,532 KB
testcase_41 AC 116 ms
3,688 KB
testcase_42 AC 118 ms
3,532 KB
testcase_43 AC 120 ms
3,652 KB
testcase_44 AC 118 ms
3,536 KB
testcase_45 AC 115 ms
3,592 KB
testcase_46 AC 119 ms
3,588 KB
testcase_47 AC 117 ms
3,640 KB
testcase_48 AC 115 ms
3,688 KB
testcase_49 AC 117 ms
3,580 KB
testcase_50 AC 118 ms
3,604 KB
testcase_51 AC 116 ms
3,636 KB
testcase_52 AC 120 ms
3,680 KB
testcase_53 AC 119 ms
3,668 KB
testcase_54 AC 118 ms
3,528 KB
testcase_55 AC 117 ms
3,532 KB
testcase_56 AC 119 ms
3,596 KB
testcase_57 AC 118 ms
3,644 KB
testcase_58 AC 117 ms
3,524 KB
testcase_59 AC 119 ms
3,584 KB
testcase_60 AC 118 ms
3,584 KB
testcase_61 AC 118 ms
3,588 KB
testcase_62 AC 120 ms
3,588 KB
testcase_63 AC 117 ms
3,632 KB
testcase_64 AC 116 ms
3,672 KB
testcase_65 AC 118 ms
3,676 KB
testcase_66 AC 121 ms
3,596 KB
testcase_67 AC 118 ms
3,528 KB
testcase_68 AC 118 ms
3,588 KB
testcase_69 AC 119 ms
3,696 KB
testcase_70 AC 118 ms
3,692 KB
testcase_71 AC 119 ms
3,528 KB
testcase_72 AC 120 ms
3,636 KB
testcase_73 AC 118 ms
3,636 KB
testcase_74 AC 120 ms
3,636 KB
testcase_75 AC 120 ms
3,584 KB
testcase_76 AC 120 ms
3,640 KB
testcase_77 AC 118 ms
3,656 KB
testcase_78 AC 118 ms
3,600 KB
testcase_79 AC 120 ms
3,668 KB
testcase_80 AC 119 ms
3,596 KB
testcase_81 AC 120 ms
3,524 KB
testcase_82 AC 117 ms
3,676 KB
testcase_83 AC 117 ms
3,672 KB
testcase_84 AC 121 ms
3,692 KB
testcase_85 AC 122 ms
3,584 KB
testcase_86 AC 121 ms
3,588 KB
testcase_87 AC 120 ms
3,600 KB
testcase_88 AC 119 ms
3,656 KB
testcase_89 AC 117 ms
3,680 KB
testcase_90 AC 122 ms
3,652 KB
testcase_91 AC 119 ms
3,684 KB
testcase_92 AC 122 ms
3,584 KB
testcase_93 AC 115 ms
3,592 KB
testcase_94 AC 120 ms
3,640 KB
testcase_95 AC 118 ms
3,680 KB
testcase_96 AC 117 ms
3,596 KB
testcase_97 AC 119 ms
3,676 KB
testcase_98 AC 118 ms
3,668 KB
testcase_99 AC 117 ms
3,584 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
#include <atcoder/twosat>
using namespace std;
using ll = long long;

template <class T, class F>
T UpperBound(T i0, T i1, F f) {
    while (i0 < i1) {
        T i = i0 + (i1 - i0) / 2;
        if (f(i)) i0 = i + 1; else i1 = i;
    }
    return i0;
}

constexpr int N = 2048, M = 256, K = 1;

int a[N][6];

int main() {
    mt19937_64 rnd;
    int sc = 0;

    for (int k = 0; k < K; k++) {
        for (int i = 0; i < N; i++) {
            for (int h = 0; h < 6; h++) {
                if (K == 1) {
                    cin >> a[i][h];
                } else {
                    a[i][h] = rnd() % (h < 3 ? 256 : 2);
                }
            }
        }

        int r[M] = {};

        vector<bool> v;
        int s = 0;
        for (int l = 0; l < 300; l++) {
            s = UpperBound<int>(s + 1, N + 1, [&](auto s) {
                atcoder::two_sat ts(M);
                for (int i = 0; i < s; i++) {
                    ts.add_clause(a[i][0], a[i][3], a[i][1], a[i][4]);
                }
                int b = ts.satisfiable();
                if (b) v = ts.answer();
                return b;
            }) - 1;

            for (int i = 0; i < N; i++) {
                int h0 = 2, h1 = rnd() % 2;
                swap(a[i][h0], a[i][h1]);
                swap(a[i][h0 + 3], a[i][h1 + 3]);
            }
        }
        for (int j = 0; j < M; j++) {
            r[j] = v[j];
        }

        if (K == 1) {
            for (int j = M - 1; j >= 0; j--) {
                cout << r[j];
            }
            cout << endl;
        } else {
            int s = N;
            for (int i = 0; i < N; i++) {
                int b = 0;
                for (int h = 0; h < 3; h++) {
                    if (r[a[i][h]] == a[i][h + 3]) {
                        b = 1;
                        break;
                    }
                }
                if (b == 0) {
                    s = i;
                    break;
                }
            }
            cout << s << '\n';
            sc += s;
        }
    }
    if (K > 1) {
        cout << sc * 100 / K << '\n';
    }

    return 0;
}
0