摘要: (1)模板表头 (1*)全部头文件 #include <algorithm> #include <iostream> #include <cstdio> #include <cstring> #include <string> #include <cmath> #include <vector> # 阅读全文
posted @ 2019-09-01 16:01 Tianwell 阅读(222) 评论(0) 推荐(0)
摘要: ```ruby define maxn 1e4+10//maxn为堆中最大个数 define cmax 1005//cmax为取个数的方法总数 using namespace std; int sg[maxn];//记录sg[n](n为堆的个数)sg值 int mex[maxn];//模拟mex运算 阅读全文
posted @ 2019-09-01 15:09 Tianwell 阅读(154) 评论(0) 推荐(0)