stl
Jerry-hao
这个作者很懒,什么都没留下…
展开
-
map
pair 只是成组,map 是 映射,,下标和值之间的关系#include<iostream>#include<string>#include<vector>#include<utility>using namespace std;int main(){ pair<string, int>p; t...转载 2019-03-16 20:55:09 · 90 阅读 · 0 评论 -
优先级队列 和 改变结构体 的排序规则
参考了 :https://blog.csdn.net/m0_37925202/article/details/81916600https://www.cnblogs.com/cielosun/p/5654595.html能站在巨人的肩膀上,也是一种本事!------------------------------------------a < b < c < d...原创 2019-02-28 09:38:06 · 308 阅读 · 0 评论 -
map 和 Sat 悄悄关注
不会 map 不会 pair 不会 set , 用的结构体 ,幸运的是只有一组数据超时输入 A已经关注的人再输入 A 点过赞的人 ,,点赞超过平均数 并且不在关注的人 里的 就是答案#include<bits/stdc++.h>using namespace std;map<string,int> mp,mp2; string gg[5005];s...转载 2019-03-16 21:45:22 · 310 阅读 · 0 评论 -
set 的 简单应用 点赞狂魔
参考:https://blog.csdn.net/xylon_/article/details/811813751 set 是集合, 无重复元素,并且 set 帮你排序。集合的一个性质是互异。也就是说 ,set 里面的元素没有重复的,#include<iostream>#include<set>#include<algorithm>us...转载 2019-03-17 19:29:19 · 238 阅读 · 0 评论 -
读入挂
scanf 比 cin 快读入挂 比 scanf 还快,,大佬说 读入挂的时间是scanf 的一半竟然有这种好东西,果然是个外挂https://www.cnblogs.com/DWVictor/p/10357215.html#include <iostream>#include <cmath>#include <cstring>#...原创 2019-04-29 14:35:56 · 425 阅读 · 0 评论