2018年8月4日

摘要: CodeForces 1011B Time Limit:1000MS Memory Limit:262... 阅读全文
posted @ 2018-08-04 20:11 ~~晨阳 阅读(141) 评论(0) 推荐(0) 编辑
 
摘要: 博弈尺取 https://blog.csdn.net/Septembre_/article/details/81085620离散化 https://blog.csdn.net/Septembre_/article/details/81408398二分,三分 ... 阅读全文
posted @ 2018-08-04 11:07 ~~晨阳 阅读(87) 评论(0) 推荐(0) 编辑
 
摘要: 部分转载自: https://www.cnblogs.com/whywhy/p/4886641.html二分:二分,顾名思义,就是把一个分成两个,呃,先来一个例子,现在有一个递增序列 a(1),a(2) ......a(n),让你查找x在不在这个序列里面,在的话... 阅读全文
posted @ 2018-08-04 11:07 ~~晨阳 阅读(108) 评论(0) 推荐(0) 编辑
 
摘要: 离散化是什么:一些数字,他们的范围很大(0-1e9),但是个数不算多(1-1e5),并且这些数本身的数字大小不重要,重要的是这些数字之间的相对大小(比如说某个数字是这些数字中的第几小,而与这个数字本身大小没有关系,要的是相对大小)(6 8 9 4 离散化后即为 2 3... 阅读全文
posted @ 2018-08-04 10:50 ~~晨阳 阅读(190) 评论(0) 推荐(0) 编辑
 
摘要: 题目链接 CodeForces 877C Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I... 阅读全文
posted @ 2018-08-04 09:44 ~~晨阳 阅读(135) 评论(0) 推荐(0) 编辑
 
摘要: 题目链接 CodeForces 1015D There are n houses in a row. They are numbered from 1 to n in order from left to right. Initially you are... 阅读全文
posted @ 2018-08-04 09:25 ~~晨阳 阅读(120) 评论(0) 推荐(0) 编辑