摘要: 第一次做的时候没有优化到底,T了 我竟然蠢蠢地去枚举质数了 #include <iostream> #include <cstdio> #include <queue> #include <algorithm> #include <cmath> #include <cstring> #define 阅读全文
posted @ 2020-08-06 22:03 WeiAR 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 欧拉回路模板题 #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) //by 阅读全文
posted @ 2020-08-06 20:01 WeiAR 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 欧拉回路 #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) //by war 阅读全文
posted @ 2020-08-06 19:59 WeiAR 阅读(111) 评论(0) 推荐(0) 编辑