Luogu P4708. 画画
📝
内容提要
题意 无标号欧拉图计数 分析 做法基本和 SGU 282. Isomorphism 一样。 #include <lastweapon/number> using namespace lastweapon; const int N = int(5e1) + 9; Int Fact[N]; VVI Partition; VI cur; int n; void gen(int n = ::n,...
➡️