摘要:
1217 借教室 2012年NOIP全国联赛提高组 提高组 day2 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond <!-- row -->测试通过 Accepted 总耗时: 2256 ms 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 阅读全文
摘要:
我还记得我当年Openjudge上的二分查找整一章都没做QwQ 果然现在要还债了 现在开始补二分查找 一、基本模型 二分查找适用范围为一段连续的、具有单调性的区间(所以通常把二分目标所在范围意淫成数轴区间), 这样最优解的左右两边必有一边为可行解(这样才能缩小区间找到最优解)。 所以二分前还要保证二 阅读全文
摘要:
1523 地精部落 省队选拔赛 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 大师 Master 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 大师 Master 时间限制: 1 s 时间限制: 1 s 空间限制: 256000 KB 空间限制: 256000 阅读全文
摘要:
1021 玛丽卡 时间限制: 2 s 空间限制: 128000 KB 题目等级 : 大师 Master 题目等级 : 大师 Master 题目等级 : 大师 Master 题目等级 : 大师 Master 题目描述 Description 麦克找了个新女朋友,玛丽卡对他非常恼火并伺机报复。 因为她和 阅读全文
摘要:
A. Watchmen time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Watchmen are in a danger and 阅读全文
摘要:
评价 水题 还有,最后那个“第一第二个结点”到底什么鬼,,,我把自己的线段树遍历了一遍根本对不上号,,,最后只能打表,,, 如果有谁弄明白了那个结点怎么整请告诉我!谢谢! 理论基础 线段树 代码 #include<cstdio> #include<iostream> #include<cstring 阅读全文
摘要:
USCAO 理论基础 线段树 题目 Portal: http://codevs.cn/problem/1690/ 代码 1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 #define mid ((L+R)/2) 5 #def 阅读全文