
stl
qdu_ellery
我有梦想啊!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
第几个幸运数(stl:优先队列,set)(蓝桥)
https://blog.csdn.net/ryo_218/article/details/84866037转载 2019-03-14 17:23:46 · 158 阅读 · 0 评论 -
Feel Good(单调栈)(一点也不good!)
学了一周,快哭了;参考博客:https://blog.csdn.net/zuzhiang/article/details/78136480;我的代码:#include<iostream>#include<stack>#include<algorithm>#include<math.h>using namespace std;typed...原创 2019-04-09 19:29:58 · 383 阅读 · 0 评论 -
Andy's First Dictionary
#include<iostream>#include<set>#include<algorithm>#include<string.h>#include<string>using namespace std;typedef long long LL;int main(){ string s1,s2; set <s...原创 2019-04-09 20:10:08 · 79 阅读 · 0 评论 -
C. 小花梨判连通(图的搜索)(map)
Description小花梨给出原创 2019-05-20 10:23:18 · 145 阅读 · 0 评论 -
Tallest Cow POJ - 3263(差分)(pair)
FJ’s N (1 ≤ N ≤ 10,000) cows conveniently indexed 1…N are standing in a line. Each cow has a positive integer height (which is a bit of secret). You are told only the height H (1 ≤ H ≤ 1,000,000) of t...原创 2019-08-22 15:45:09 · 134 阅读 · 0 评论 -
2019徐州网络赛B so easy(tr1:unordered_map)
|so easyThere are nnn points in an array with index from 111 to nnn, and there are two operations to those points.1: 1 x1 \ x1 x marking the point xxx is not available2: 2 x2 \ x2 x query for the ...原创 2019-09-07 19:50:10 · 217 阅读 · 0 评论