你人没了
你人没了
全部文章
分类
acm(47)
fft(1)
博弈(1)
心绪(2)
日记(1)
未归档(54)
树状数组(2)
鸟哥的私房菜(服务器篇)(2)
归档
标签
去牛客网
登录
/
注册
你人没了的博客
全部文章
(共110篇)
后缀数组模板
转载自https://www.cnblogs.com/xiaoxubi/p/6185733.html #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> ...
2019-06-05
0
486
python爬虫乱记录
为了搞网络编程大作业,本来想在网上抄个爬图片作业二应付过去的,后来觉得爬虫挺重要的,于是一无所知的我去b站学了快一个星期,https://www.bilibili.com/video/av50730537/?p=84&t=277,只看到82章,scrapy配了一天失败了,接下来还要去搞编译原...
2019-06-04
0
841
Print Article
Print Article Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) Total Submission(s): 20528 Accepted Submission(s): 624...
2019-05-29
0
333
Summer Holiday
#include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; const int MAXN=1010; const int M...
2019-05-25
0
393
hdu2767
#include<cstdio> #include<cstring> #include<iostream> using namespace std; const int MAXN=200010; const int MAXM=500010; int tot=0...
2019-05-25
0
423
迷宫城堡
#include<cstdio> #include<iostream> #include<cstring> using namespace std; const int MAXN=10010; const int MAXM=300010; const int IN...
2019-05-25
0
387
hdu2586
#include<bits/stdc++.h> using namespace std; const int MAXN=40040; const int MAXM=MAXN*2; const int INF=0x3f3f3f3f; struct e{ int u,v,w; int ...
2019-05-25
0
468
路径交
#include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; typedef pair<int,int> P; ...
2019-05-24
0
449
hdu5715XOR sum
/* 这道题目要求将n长度的序列分为m段,每段长度小于等于L,使得这些段的异或和的最小值最大 最小值最大,二分x,n分为m段每段异或和都大于等于x dp[i][k]=max(min(dp[j][k-1],A[i]^A[j]),dp[i][k]) {j属于 {1..i-1} AND (i-j<k...
2019-05-24
0
436
hdu4825Xor
#include<cstdio> #include<cstring> #include<queue> #include<vector> #include<cmath> using namespace std; typedef long l...
2019-05-24
0
414
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页