Alex0319
Alex0319
全部文章
分类
PAT(11)
poj(16)
算法(1)
题解(30)
归档
标签
去牛客网
登录
/
注册
欲买桂花同载酒,终不似,少年游
保持好奇,保持积极
全部文章
(共1篇)
poj2369 0ms
#include<cstdio> #include<cstring> using namespace std; //逐个判断是否满足条件,如果一次性更改所有的话比较麻烦时间复杂度要*n //不算很难,但网上说是置换群。 int gcd(int a,int b) { r...
poj
置换群
2019-08-08
0
490