摘要: 题目地址简述:割点+方案统计(乘法原理)易错点:必须开long long. 边要开到2e6. 初始化dfn[x]时候需要一块初始化low[x]. 输出时需要使用"%lld\n".#include#include#... 阅读全文