无奈,体育拉分太多,加上本来中考也有些挂掉,所以成绩不是很理想QAQ。 所以去不了金中了,不过还好,一中也算有oi,能让我继续参赛 对自己有点小期望,就列流水账吧 上面那些能完成再谈其他吧 ...
分类:
其他好文 时间:
2018-07-11 19:40:05
阅读次数:
191
A. Choosing Ice Cream You are standing in the supermarket in front of the freezers. You have a very tough task ahead of you: you have to choose what t ...
分类:
其他好文 时间:
2018-07-11 15:07:26
阅读次数:
143
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=2935 考察欧拉回路性质的题目呢; TJ:https://blog.csdn.net/u014609452/article/details/53705451 首先按照题目给出的点对连边,发现能一 ...
分类:
其他好文 时间:
2018-07-09 11:10:53
阅读次数:
405
描述Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones.Your task is counting the segm ...
分类:
其他好文 时间:
2018-07-08 23:40:15
阅读次数:
323
A Choosing Ice Cream You are standing in the supermarket in front of the freezers. You have a very tough task ahead of you: you have to choose what ty ...
分类:
其他好文 时间:
2018-07-08 14:43:21
阅读次数:
213
开始水一波博客 题目链接: A. Choosing Ice Cream 传送门 题意就是n个冰淇淋,骰子有k个面,问你是否能在公平的概率下转几次骰子能确定买哪个冰淇淋。 举个例子,假设我只有一个冰淇淋,我不用转骰子直接就会买这个,所以转骰子的次数是0,如果我有4个冰淇淋,2个骰子面,我可以先把冰淇淋 ...
分类:
其他好文 时间:
2018-07-08 14:40:46
阅读次数:
305
Cave 洞穴勘测 bzoj-2049 Sdoi-2008 题目大意:维护一个数据结构,支持森林中加边,删边,求两点连通性。n个点,m个操作。 注释:$1\le n\le 10^4$,$1\le m\le 2\cdot 10^5$。 想法:刚学了一发LCT,写一道照学长抄一道板子题。话说什么是LCT ...
分类:
其他好文 时间:
2018-07-07 23:27:40
阅读次数:
212
#include #define LL long long #define fi first #define se second #define mk make_pair #define pii pair using namespace std; const int N = 300 + 7; con... ...
分类:
编程语言 时间:
2018-07-07 22:25:48
阅读次数:
259
题目链接 "bzoj1816: [Cqoi2010]扑克牌" 题解 还是挺妙的 一套牌只能用一张Joker,那么贪心是不对的 若能够组成k套牌,那么joker一定有种方法在k套牌中出现 include include inline int read() { int x = 0,f = 1; char ...
分类:
其他好文 时间:
2018-07-07 12:33:44
阅读次数:
155