ops1211
ops1211
全部文章
分类
2019寒假ap协会第二周(2)
ap协会第二周(1)
csdn用法(3)
dp(4)
stl(1)
大数运算(1)
寒假备战蓝桥杯(5)
尺取法(2)
带权并查集(1)
并查集(1)
思维(1)
数论(7)
未归档(31)
模板(10)
石油大个人训练赛题目集(1)
蓝桥备战模板(1)
题解(3)
归档
标签
去牛客网
登录
/
注册
ops1211的博客
全部文章
(共75篇)
Andy's First Dictionary
#include<iostream> #include<set> #include<algorithm> #include<string.h> #include<string> using namespace std; typedef lo...
2019-04-09
0
582
Feel Good(单调栈)(一点也不good!)
学了一周,快哭了; 参考博客:https://blog.csdn.net/zuzhiang/article/details/78136480; 我的代码: #include<iostream> #include<stack> #include<algorithm&g...
2019-04-09
0
504
尺取法
https://www.cnblogs.com/opbnbjs/p/9503797.html void solve() { ans=100000+44; int L=1,R=1,sum=0,lsub=0; while(R<=N) { while(sum<S&&R<...
2019-03-31
0
447
G - A Bug's Life(带权并查集模板题)
#include using namespace std; int f[4000];int r[4000];int flag; int find(int x){ if(x==f[x]) return x; int z=f[x]; f[x]=find(f[x]); f[z]=f[x]; r[x]=(...
2019-03-26
0
450
Asya And Kittens(并查集)(连接)
Asya loves animals very much. Recently, she purchased n kittens, enumerated them from 1 and n and then put them into the cage. The cage consists of on...
2019-03-22
0
579
红绿灯 保存下我一直段错误的代码
#include #include<string.h> #include #include using namespace std; int stx,sty,lax,lay;int m,n;int flag; vector a[100000],book[100000]; struct...
2019-03-19
0
429
快捷键
原文地址 这里记录一些个人使用Devcpp时,摸索出来的代码编辑快捷键,感觉非常有用。如果是熟悉eclipse软件使用的开发者,对它在标号上的光标跳转,文本的选取,翻页等等快捷键的使用一定不会陌生,相比之下,很多eclipse里面使用的快捷键,同样适用于Devcpp。 说明一下,这里测试快捷键用...
2019-03-19
0
699
s-palindrome(回文)
https://www.cnblogs.com/qscqesze/p/5725735.html
2019-03-14
0
460
第几个幸运数(stl:优先队列,set)(蓝桥)
https://blog.csdn.net/ryo_218/article/details/84866037 #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #...
2019-03-14
0
553
Zjnu Stadium(带全并查集模板题)
In 12th Zhejiang College Students Games 2007, there was a new stadium built in Zhejiang Normal University. It was a modern stadium which could hold th...
2019-03-12
0
516
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页