上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 33 下一页
摘要: 题意: 给出一棵满二叉树,编号从上往下、从左向右进行编号,然后每次询问给出一个树的深度,以及当前查询的是第几个球,问这个球的编号是... 阅读全文
posted @ 2020-11-15 17:07 PushyTao 阅读(50) 评论(0) 推荐(0) 编辑
摘要: Game on a Tree 时间限制: 1 Sec 内存限制: 1024 MB 题目描述 Alice and Bob play a... 阅读全文
posted @ 2020-11-11 16:18 PushyTao 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 比较基础的知识可以看这位大佬的博客 or 这篇博客 并查集主要有初始化、union、计数等 const int N = 1008;l... 阅读全文
posted @ 2020-11-11 14:13 PushyTao 阅读(108) 评论(0) 推荐(0) 编辑
摘要: CF网址Know your Aliens 题目描述 Our world has been invaded by shapeshift... 阅读全文
posted @ 2020-11-10 18:49 PushyTao 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 标题2020 - 1024 == 996 你品,你细品 堆、栈、队列 大根堆小根堆 大根堆 堆顶的元素是最大的,越往下越小 小根堆 ... 阅读全文
posted @ 2020-10-24 11:40 PushyTao 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 代码来自学长 #includeusing namespace std;#define rep(i,a,n) for (int i=a... 阅读全文
posted @ 2020-10-13 19:35 PushyTao 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 原文网址: https://blog.csdn.net/LCCFlccf/article/details/89643585 1.操作... 阅读全文
posted @ 2020-10-08 13:51 PushyTao 阅读(142) 评论(0) 推荐(0) 编辑
摘要: J. Just Arrange the Icons time limit per ... 阅读全文
posted @ 2020-10-06 19:20 PushyTao 阅读(97) 评论(0) 推荐(0) 编辑
摘要: F. Tree with Maximum Cost time limit per test2 seco... 阅读全文
posted @ 2020-10-06 13:28 PushyTao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: L. Lexicography time limit per test3 seconds ... 阅读全文
posted @ 2020-10-05 21:52 PushyTao 阅读(77) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 33 下一页