issue是云哥的小迷×呀
issue是云哥的小迷×呀
全部文章
题解
未归档(1)
归档
标签
去牛客网
登录
/
注册
issue是云哥的小迷×呀的博客
全部文章
/ 题解
(共74篇)
蚯蚓
代码链接 我们发现枚举每一次的操作几乎是必要的,因为没有什么规律 #include <bits/stdc++.h> using namespace std; #define int long long const int maxn=1e7; bool com(int...
2020-08-21
0
682
华华和月月种树
#include <bits/stdc++.h> using namespace std; const int maxn=1e5+10; vector<int>vec[maxn]; int sumn[maxn],m; int top=1,idmin[maxn],idmax[m...
2020-08-19
1
719
装货物
#include <bits/stdc++.h> using namespace std; int n,x,w,kk,a[109],s[109],flag; bool com(int q,int w){ return q>w; } void dfs(int num,int ...
2020-08-18
1
747
MMSet2(思维)
问题转化为找s集合中距离最远的两点的距离 #include <bits/stdc++.h> using namespace std; const int maxn=3e5+10; int n,m,he[maxn]; int read(){ int x; scanf("%d"...
2020-08-18
1
701
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页