转自: https://zhuanlan.zhihu.com/p/62300597 InfluxDB(时序数据库),是一个由InfluxData开发的开源时序型数据库,专注于海量时序数据的高性能读、高性能写、高效存储与实时分析等,在DB-Engines Ranking时序型数据库排行榜上排名第一,广 ...
分类:
数据库 时间:
2020-04-18 15:47:38
阅读次数:
85
A. Dreamoon and Ranking Collection Example: input 5 6 2 3 1 1 5 7 10 1 100 100 11 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 57 80 60 40 20 output: 5 101 2 2 60 ...
分类:
其他好文 时间:
2020-04-06 09:56:27
阅读次数:
76
$Codeforces$ $Round$ $631$ "A.Dreamoon and Ranking Collection" 题目大意: $n$轮比赛,每轮比赛排名已经给出,还可以进行额外的$m$场比赛 问:所有比赛进行完后,最多可以收集到从$1$开始的多少个连续名次 题解: 用一个数组统计一下排名 ...
分类:
其他好文 时间:
2020-04-05 15:52:50
阅读次数:
118
A. Dreamoon and Ranking Collection time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Dreamo ...
分类:
其他好文 时间:
2020-04-05 11:58:56
阅读次数:
136
题目链接:https://codeforces.com/contest/1330 A Dreamoon and Ranking Collection 随便弄弄。 B Dreamoon Likes Permutations 题意:给一串n个数字,范围在[1,n 1],求有多少种方法,把它断成前后两段排 ...
分类:
其他好文 时间:
2020-04-05 10:03:35
阅读次数:
116
链接:https://www.jisuanke.com/contest/7330?view=challenges A Find the Twins 题意:给一串数字看这对兄弟是否在其中。 需注意行末空格换行的格式问题 代码如下: 1 #include <iostream> 2 #include <c ...
分类:
其他好文 时间:
2020-03-14 22:10:33
阅读次数:
105
https://nanti.jisuanke.com/t/43387 题意 奥运会,分别给出RU和US两国的 金牌 银牌 铜牌 数目 优先度 金牌>银牌>铜牌,其中一种相同则比较下一种,多的一方在color上获胜 总的奖牌数多的一方在count上获胜 判断US能在哪种方式上获胜 水题 代码 #inc ...
分类:
其他好文 时间:
2020-03-08 17:25:09
阅读次数:
65
YAML包括使用缩进范围的块集合。 在这里,每个条目都以一个新行开头。 集合中的块序列表示每个条目带有破折号和空格( - )。 在YAML中,块集合样式不由任何特定指示符表示。 YAML中的块集合可以与其他标量数量区分开来,并且包含其中包含的键值对的标识。 映射是JSON结构中包含的键值的表示。 它 ...
分类:
其他好文 时间:
2020-03-06 01:41:37
阅读次数:
155
Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si ...
分类:
其他好文 时间:
2020-02-23 17:59:01
阅读次数:
76
1025 PAT Ranking (25分) 1. 题目 2. 思路 设置结构体, 先对每一个local排序,再整合后排序 3. 注意点 整体排序时注意如果分数相同的情况下还要按照编号排序 4. 代码 ...
分类:
其他好文 时间:
2020-02-22 20:01:51
阅读次数:
53