1. 上白泽慧音

    123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293裸的tarjan。可是我有个问题 不知道是数据 …

    于  强连通分量 tarjan 继续阅读

  2. 挤牛奶

    桶排的思想,数据太水,过了,还有正解排序维护一个区间,时刻更新,所以要赋初值,找到n+1否则不更新123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051#include<iostream>#include<cstring>using names …

    于  桶排 区间维护 继续阅读

  3. 黑匣子

    维护一个大根堆,维护一个小根堆,大根堆有k个数,堆首就是第k大的,不会写堆,这里用优先队列来实现12345678910111213141516171819202122232425262728293031323334353637383940414243#include<cstdio>#include<iostream>#include<queue>using na …

    于  堆 优先队列 继续阅读

  4. 割点

    1234567891011121314151617181920212223242526272829303132333435363738394041424344454647#include<cstdio>#include<iostream>using namespace std;int m,n;int a[1999][1999];int t;int root;int dfn[ …

    于  割点模板 继续阅读

  5. 关系运算图

    12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182#include<cstdio>#include<cstring> …

    于  数论 差分约束 最短路 继续阅读

  6. 区间

    123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778#include<cstdio>#include<cstring>#include …

    于  差分约束模板 继续阅读

  7. HH的项链

    于 继续阅读

  8. 自点数

    于 继续阅读

  9. AC自动机

    于 继续阅读

  10. 杂物

    于 继续阅读