結果

問題 No.2160 みたりのDominator
ユーザー hotman78hotman78
提出日時 2022-12-07 14:18:51
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
RE  
実行時間 -
コード長 2,709 bytes
コンパイル時間 2,493 ms
コンパイル使用メモリ 228,968 KB
実行使用メモリ 77,220 KB
最終ジャッジ日時 2024-10-13 23:53:46
合計ジャッジ時間 16,238 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 1 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 2 ms
5,248 KB
testcase_07 AC 2 ms
5,248 KB
testcase_08 AC 1 ms
5,248 KB
testcase_09 AC 1 ms
5,248 KB
testcase_10 AC 1 ms
5,248 KB
testcase_11 AC 2 ms
5,248 KB
testcase_12 AC 1 ms
5,248 KB
testcase_13 AC 1 ms
5,248 KB
testcase_14 AC 1 ms
5,248 KB
testcase_15 AC 1 ms
5,248 KB
testcase_16 AC 1 ms
5,248 KB
testcase_17 AC 1 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 1 ms
5,248 KB
testcase_22 AC 2 ms
5,248 KB
testcase_23 AC 2 ms
5,248 KB
testcase_24 AC 1 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 2 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 1 ms
5,248 KB
testcase_34 AC 2 ms
5,248 KB
testcase_35 AC 1 ms
5,248 KB
testcase_36 AC 2 ms
5,248 KB
testcase_37 RE -
testcase_38 AC 2 ms
5,248 KB
testcase_39 RE -
testcase_40 AC 77 ms
19,648 KB
testcase_41 AC 56 ms
15,520 KB
testcase_42 AC 38 ms
11,708 KB
testcase_43 AC 62 ms
16,804 KB
testcase_44 AC 76 ms
19,500 KB
testcase_45 AC 75 ms
17,596 KB
testcase_46 AC 56 ms
13,356 KB
testcase_47 AC 35 ms
10,048 KB
testcase_48 AC 56 ms
14,212 KB
testcase_49 AC 69 ms
16,428 KB
testcase_50 AC 60 ms
15,088 KB
testcase_51 AC 41 ms
12,468 KB
testcase_52 AC 54 ms
15,556 KB
testcase_53 AC 74 ms
19,488 KB
testcase_54 AC 43 ms
12,716 KB
testcase_55 AC 440 ms
46,704 KB
testcase_56 AC 364 ms
28,928 KB
testcase_57 AC 390 ms
33,588 KB
testcase_58 AC 425 ms
39,088 KB
testcase_59 AC 395 ms
34,080 KB
testcase_60 AC 334 ms
23,976 KB
testcase_61 AC 448 ms
44,932 KB
testcase_62 AC 476 ms
51,188 KB
testcase_63 AC 469 ms
46,768 KB
testcase_64 AC 315 ms
25,692 KB
testcase_65 AC 193 ms
40,852 KB
testcase_66 AC 241 ms
44,192 KB
testcase_67 AC 260 ms
45,824 KB
testcase_68 AC 503 ms
76,600 KB
testcase_69 AC 350 ms
57,640 KB
testcase_70 AC 501 ms
77,220 KB
testcase_71 AC 132 ms
31,856 KB
testcase_72 AC 301 ms
58,772 KB
testcase_73 AC 553 ms
70,528 KB
testcase_74 AC 499 ms
66,888 KB
testcase_75 AC 2 ms
5,248 KB
testcase_76 AC 2 ms
5,248 KB
testcase_77 AC 193 ms
45,232 KB
testcase_78 AC 271 ms
55,848 KB
testcase_79 RE -
testcase_80 RE -
testcase_81 RE -
testcase_82 RE -
testcase_83 AC 59 ms
14,820 KB
61_evil_bias_nocross_01.txt AC 75 ms
18,624 KB
61_evil_bias_nocross_02.txt AC 54 ms
14,624 KB
61_evil_bias_nocross_03.txt WA -
61_evil_bias_nocross_04.txt WA -
61_evil_bias_nocross_05.txt WA -
61_evil_bias_nocross_06.txt AC 66 ms
19,564 KB
61_evil_bias_nocross_07.txt AC 42 ms
11,824 KB
61_evil_bias_nocross_08.txt AC 55 ms
14,656 KB
61_evil_bias_nocross_09.txt WA -
61_evil_bias_nocross_10.txt WA -
61_evil_bias_nocross_11.txt WA -
61_evil_bias_nocross_12.txt AC 68 ms
20,284 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
#include<atcoder/scc>
using namespace std;
using namespace atcoder;
#define rep(i,n) for(int i=0;i<int(n);++i)
using lint=long long;

int main(){
    array<int,3>n;
    int m,ns=0;
    rep(i,3)cin>>n[i];
    rep(i,3)ns+=n[i];
    cin>>m;
    vector<int>u(m),v(m),st;
    rep(i,m){
        cin>>u[i]>>v[i];
        u[i]--;v[i]--;
        st.emplace_back(u[i]);
        st.emplace_back(v[i]);
    }
    st.emplace_back(ns);
    st.emplace_back(ns+1);
    sort(st.begin(),st.end());
    st.erase(unique(st.begin(),st.end()),st.end());
    int n2=st.size();
    vector<vector<pair<int,int>>> g(n2);
    scc_graph scc(n2);
    auto get=[&](int i){
        return lower_bound(st.begin(),st.end(),i)-st.begin();
    };
    //cerr<<n2<<endl;
    {
        int now=0,pre=0;
        rep(i,3){
            //cerr<<st[now]<<endl;
            if(st[now]>=pre+n[i]){
                g[n2-2].emplace_back(n2-1,n[i]+1);
                pre+=n[i];
                continue;
            }
            g[n2-2].emplace_back(now,st[now]-pre+1);
            while(1){
                if(st[now+1]-pre>=n[i])break;
                g[now].emplace_back(now+1,(st[now+1]-pre+1)-(st[now]-pre+1));
                now++;
            }
            g[now].emplace_back(n2-1,(n[i]+1)-(st[now]-pre+1));
            now++;
            pre+=n[i];
        }
    }
    rep(i,m){
        g[get(u[i])].emplace_back(get(v[i]),1);
        g[get(v[i])].emplace_back(get(u[i]),1);
    }

    rep(i,n2){
        for(auto [e,c]:g[i]){
            scc.add_edge(i,e);
        }
    }
    auto res=scc.scc();
    int sz=res.size();
    //cerr<<sz<<endl;
    vector<vector<int>>g2(sz);
    vector<int>id(n2);
    vector<lint>v1(sz),v2(sz),v3(sz,1),v4(sz),v5(sz);
    rep(i,sz){
        for(auto s:res[i]){
            //cerr<<i<<" "<<s<<endl;
            id[s]=i;
        }
    }
    rep(i,n2){
        for(auto [e,c]:g[i]){
            if(id[i]==id[e])continue;
            if(id[e]==id[i]+1){
                //cerr<<"b"<<c<<endl;
                v3[id[i]]*=c;
                v4[id[i]]++;
                continue;
            }
            //cerr<<"c"<<c<<endl;
            v1[id[i]]+=c;
            v1[id[e]]-=c;
            v2[id[i]]+=c*c;
            v2[id[e]]-=c*c;
            v5[id[i]]++;
            v5[id[e]]--;
        }
    }
    lint ans=0,tmp=0,tmp2=0,tmp3=0;
    rep(i,sz-1){
        tmp+=v1[i];
        tmp2+=v2[i];
        tmp3+=v5[i];
        assert(v4[i]!=0);
        assert(v4[i]+tmp3==3);
        //cerr<<tmp<<" "<<tmp2<<" "<<v3[i]<<" "<<v4[i]<<endl;
        if(v4[i]==1)ans+=(tmp*tmp-tmp2)/2*v3[i];
        else if(v4[i]==2)ans+=tmp*v3[i];
        else if(v4[i]==3)ans+=v3[i];
    }
    cout<<ans<<endl;
/**/}
0