摘要: 吐槽:只能说是上分好场,可惜没打,唉 A:Beru-taxi (水题,取最小值) #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #include <vector> #include <que 阅读全文
posted @ 2016-08-12 18:49 shuguangzw 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 分析:这个题和bc round 73应该是差不多的题,当时是zimpha巨出的,那个是取phi,这个是开根 吐槽:赛场上写的时候直接维护数值相同的区间,然后1A,结果赛后糖教一组数据给hack了,仰慕 由于是开根,所以存在两个数刚开始差为1,加上某数再开根依旧是差1,这样维护相同数区间的就没用了 比 阅读全文
posted @ 2016-08-12 15:12 shuguangzw 阅读(321) 评论(0) 推荐(1) 编辑