結果

問題 No.2160 みたりのDominator
ユーザー hotman78hotman78
提出日時 2022-12-04 20:01:05
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 2,805 bytes
コンパイル時間 3,083 ms
コンパイル使用メモリ 229,288 KB
実行使用メモリ 77,220 KB
最終ジャッジ日時 2024-10-13 23:52:54
合計ジャッジ時間 17,356 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 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 2 ms
5,248 KB
testcase_07 AC 2 ms
5,248 KB
testcase_08 AC 2 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 3 ms
5,248 KB
testcase_13 AC 2 ms
5,248 KB
testcase_14 AC 2 ms
5,248 KB
testcase_15 AC 2 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 3 ms
5,248 KB
testcase_24 AC 2 ms
5,248 KB
testcase_25 AC 3 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 2 ms
5,248 KB
testcase_34 AC 2 ms
5,248 KB
testcase_35 AC 2 ms
5,248 KB
testcase_36 AC 2 ms
5,248 KB
testcase_37 WA -
testcase_38 AC 2 ms
5,248 KB
testcase_39 WA -
testcase_40 AC 89 ms
19,524 KB
testcase_41 AC 76 ms
15,524 KB
testcase_42 AC 41 ms
11,584 KB
testcase_43 AC 67 ms
16,676 KB
testcase_44 AC 79 ms
19,620 KB
testcase_45 AC 78 ms
17,600 KB
testcase_46 AC 56 ms
13,348 KB
testcase_47 AC 37 ms
10,052 KB
testcase_48 AC 60 ms
14,120 KB
testcase_49 AC 71 ms
16,552 KB
testcase_50 AC 63 ms
14,956 KB
testcase_51 AC 41 ms
12,468 KB
testcase_52 AC 58 ms
15,452 KB
testcase_53 AC 76 ms
19,740 KB
testcase_54 AC 45 ms
12,712 KB
testcase_55 AC 468 ms
46,484 KB
testcase_56 AC 408 ms
29,048 KB
testcase_57 AC 402 ms
33,592 KB
testcase_58 AC 427 ms
38,960 KB
testcase_59 AC 432 ms
33,952 KB
testcase_60 AC 329 ms
24,104 KB
testcase_61 AC 465 ms
44,932 KB
testcase_62 AC 483 ms
51,184 KB
testcase_63 AC 457 ms
46,764 KB
testcase_64 AC 316 ms
25,560 KB
testcase_65 AC 187 ms
40,836 KB
testcase_66 AC 250 ms
44,192 KB
testcase_67 AC 261 ms
45,700 KB
testcase_68 AC 529 ms
76,724 KB
testcase_69 AC 379 ms
57,636 KB
testcase_70 AC 523 ms
77,220 KB
testcase_71 AC 131 ms
31,860 KB
testcase_72 AC 316 ms
58,912 KB
testcase_73 AC 543 ms
70,528 KB
testcase_74 AC 528 ms
66,760 KB
testcase_75 AC 3 ms
5,248 KB
testcase_76 AC 2 ms
5,248 KB
testcase_77 AC 202 ms
45,408 KB
testcase_78 AC 278 ms
55,860 KB
testcase_79 WA -
testcase_80 WA -
testcase_81 WA -
testcase_82 WA -
testcase_83 AC 56 ms
14,816 KB
61_evil_bias_nocross_01.txt AC 77 ms
18,384 KB
61_evil_bias_nocross_02.txt AC 62 ms
14,628 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 69 ms
19,568 KB
61_evil_bias_nocross_07.txt AC 42 ms
11,824 KB
61_evil_bias_nocross_08.txt AC 58 ms
14,784 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 73 ms
20,668 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]){
                //cerr<<"a"<<n[i]<<endl;
                g[n2-2].emplace_back(n2-1,n[i]+1);
                pre+=n[i];
                continue;
            }
            g[n2-2].emplace_back(now,st[now]+1-pre);
            while(1){
                if(now+1>=n2-2||st[now+1]>=pre+n[i])break;
                //cerr<<"tmp"<<endl;
                g[now].emplace_back(now+1,st[now+1]-st[now]);
                now++;
            }
            //cerr<<"pre"<<pre<<" "<<pre+n[i]-st[now]<<endl;
            g[now].emplace_back(n2-1,pre+n[i]-st[now]);
            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+2);
    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];
        if(v4[i]+tmp3!=3)continue;
        //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 ans+=v3[i];
    }
    cout<<ans<<endl;
/**/}
0