結果

問題 No.5005 3-SAT
ユーザー merom686merom686
提出日時 2022-04-29 14:38:48
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 4 ms / 2,000 ms
コード長 2,125 bytes
コンパイル時間 2,478 ms
実行使用メモリ 6,956 KB
スコア 32,160
最終ジャッジ日時 2022-04-29 14:38:55
合計ジャッジ時間 7,542 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
4,904 KB
testcase_01 AC 3 ms
4,900 KB
testcase_02 AC 4 ms
6,948 KB
testcase_03 AC 4 ms
4,904 KB
testcase_04 AC 4 ms
4,900 KB
testcase_05 AC 4 ms
4,904 KB
testcase_06 AC 4 ms
4,904 KB
testcase_07 AC 4 ms
6,948 KB
testcase_08 AC 4 ms
4,900 KB
testcase_09 AC 3 ms
4,904 KB
testcase_10 AC 3 ms
4,904 KB
testcase_11 AC 4 ms
6,956 KB
testcase_12 AC 4 ms
4,904 KB
testcase_13 AC 4 ms
4,904 KB
testcase_14 AC 4 ms
4,908 KB
testcase_15 AC 4 ms
4,900 KB
testcase_16 AC 4 ms
4,900 KB
testcase_17 AC 4 ms
4,900 KB
testcase_18 AC 4 ms
6,952 KB
testcase_19 AC 4 ms
4,904 KB
testcase_20 AC 4 ms
4,900 KB
testcase_21 AC 4 ms
4,904 KB
testcase_22 AC 4 ms
4,900 KB
testcase_23 AC 4 ms
4,900 KB
testcase_24 AC 4 ms
6,948 KB
testcase_25 AC 4 ms
4,904 KB
testcase_26 AC 4 ms
6,948 KB
testcase_27 AC 4 ms
4,904 KB
testcase_28 AC 4 ms
4,904 KB
testcase_29 AC 3 ms
4,904 KB
testcase_30 AC 4 ms
4,904 KB
testcase_31 AC 3 ms
4,904 KB
testcase_32 AC 4 ms
6,952 KB
testcase_33 AC 4 ms
4,908 KB
testcase_34 AC 4 ms
4,900 KB
testcase_35 AC 4 ms
6,948 KB
testcase_36 AC 4 ms
4,904 KB
testcase_37 AC 4 ms
4,908 KB
testcase_38 AC 3 ms
4,904 KB
testcase_39 AC 4 ms
6,952 KB
testcase_40 AC 4 ms
4,904 KB
testcase_41 AC 3 ms
4,900 KB
testcase_42 AC 4 ms
4,904 KB
testcase_43 AC 4 ms
4,900 KB
testcase_44 AC 4 ms
4,900 KB
testcase_45 AC 4 ms
6,952 KB
testcase_46 AC 4 ms
4,904 KB
testcase_47 AC 4 ms
4,904 KB
testcase_48 AC 3 ms
4,904 KB
testcase_49 AC 4 ms
6,952 KB
testcase_50 AC 4 ms
4,900 KB
testcase_51 AC 4 ms
4,900 KB
testcase_52 AC 3 ms
4,904 KB
testcase_53 AC 4 ms
4,904 KB
testcase_54 AC 4 ms
4,900 KB
testcase_55 AC 4 ms
4,900 KB
testcase_56 AC 4 ms
6,952 KB
testcase_57 AC 4 ms
4,900 KB
testcase_58 AC 3 ms
4,904 KB
testcase_59 AC 4 ms
6,948 KB
testcase_60 AC 4 ms
4,904 KB
testcase_61 AC 4 ms
6,952 KB
testcase_62 AC 4 ms
4,900 KB
testcase_63 AC 4 ms
6,948 KB
testcase_64 AC 4 ms
4,900 KB
testcase_65 AC 3 ms
6,952 KB
testcase_66 AC 3 ms
4,904 KB
testcase_67 AC 4 ms
4,904 KB
testcase_68 AC 3 ms
4,904 KB
testcase_69 AC 4 ms
4,904 KB
testcase_70 AC 4 ms
4,908 KB
testcase_71 AC 4 ms
4,904 KB
testcase_72 AC 4 ms
4,904 KB
testcase_73 AC 4 ms
6,952 KB
testcase_74 AC 4 ms
4,900 KB
testcase_75 AC 3 ms
4,904 KB
testcase_76 AC 4 ms
4,900 KB
testcase_77 AC 4 ms
6,948 KB
testcase_78 AC 4 ms
4,900 KB
testcase_79 AC 4 ms
6,952 KB
testcase_80 AC 4 ms
6,952 KB
testcase_81 AC 4 ms
4,900 KB
testcase_82 AC 4 ms
6,952 KB
testcase_83 AC 4 ms
4,904 KB
testcase_84 AC 4 ms
4,900 KB
testcase_85 AC 4 ms
4,904 KB
testcase_86 AC 4 ms
4,900 KB
testcase_87 AC 4 ms
4,900 KB
testcase_88 AC 4 ms
6,948 KB
testcase_89 AC 4 ms
6,948 KB
testcase_90 AC 4 ms
4,900 KB
testcase_91 AC 4 ms
4,904 KB
testcase_92 AC 4 ms
6,952 KB
testcase_93 AC 4 ms
4,900 KB
testcase_94 AC 4 ms
4,904 KB
testcase_95 AC 4 ms
4,904 KB
testcase_96 AC 4 ms
6,952 KB
testcase_97 AC 4 ms
4,900 KB
testcase_98 AC 4 ms
4,900 KB
testcase_99 AC 4 ms
4,904 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] = {};
        for (int j = 0; j < M; j++) {
            r[j] = -1;
        }

        auto s = UpperBound<int>(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]);
            }
            return ts.satisfiable();
        }) - 1;

        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]);
        }
        ts.satisfiable();
        auto v = ts.answer();
        for (int j = 0; j < M; j++) {
            r[j] = v[j];
        }

        for (int j = M - 1; j >= 0; j--) {
            if (r[j] < 0) r[j] = 0;
        }
        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