摘要: #pragma warning(disable:4996) #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; struct node{ int x, y, z; }p; int m, n, l, 阅读全文
posted @ 2020-01-19 22:44 JasonPeng1 阅读(104) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; //maxFacSum 记录最大底数之和 int n,k,p,maxFaceSum = -1; vector<int> fac,ans,t 阅读全文
posted @ 2020-01-19 18:08 JasonPeng1 阅读(131) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 100005; const int TABLE = 1000010; struct Node{//定义静 阅读全文
posted @ 2020-01-19 17:11 JasonPeng1 阅读(130) 评论(0) 推荐(0)
摘要: 自己写的,少了异常处理。 #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 100010; struct Node{//定义静态链表 int data; 阅读全文
posted @ 2020-01-19 00:21 JasonPeng1 阅读(113) 评论(0) 推荐(0)