代码有详细解释,二分模拟寻找结果,贪心选择从哪开始浇花,原则就是遇到需要浇花的就浇,至于w可以用线段树来维护线段,但也可以用一个数组标记一下,二分总是有很多问题啊,所以写很多输出用来调试,jiong
/*************************************************************************
> File Name: 460c.cpp...
分类:
其他好文 时间:
2014-08-23 01:08:29
阅读次数:
233
All the things present from the universe is frequently modifying each of the time regardless of irrespective of whether it has occurred in past times ...
分类:
其他好文 时间:
2014-08-22 12:36:36
阅读次数:
219
Codeforces Round #262 (Div. 2) 460C. Present(二分)...
分类:
其他好文 时间:
2014-08-22 10:55:46
阅读次数:
168
output
standard output
Little beaver is a beginner programmer, so informatics is his favorite subject. Soon his informatics teacher is going to have a birthday and the beaver has decided to prepar...
分类:
其他好文 时间:
2014-08-21 19:31:34
阅读次数:
259
Codeforces Round #262 (Div. 2) C. Present...
分类:
其他好文 时间:
2014-08-21 11:36:04
阅读次数:
162
题意:找出现次数不同于其他数的数。
超时了一次,后来知道了位运算。。。长见识了
0^0 =0
0^1=1
1^0=1
1^1=0
0^1^1 = 0
可以发现 任何数异或0还是他本身。
一个数异或另一个数偶数次还是他本身。
代码(位运算都600+ms):
#include
#include
int main()
{
int a, b...
分类:
其他好文 时间:
2014-08-21 11:34:14
阅读次数:
173
MenuViewController *?menuViewController = [[MenuViewController alloc] init]; ? ? menuViewController.delegate = self; ? ? UIViewController * controller = self.view.window.rootViewControl...
分类:
其他好文 时间:
2014-08-20 19:46:03
阅读次数:
163
While deploying MS Exchange 2013 I experienced issues with accessing the Exchange Management Shell and Exchange Toolbox. Whenever I tried to open the ...
操作系统:CentOS6.5,最小化安装装完系统之后开始装KVM虚拟机,当所有的环境安装完成时,网卡的配置文件也都完正无误的配置好了,重启网络的时候却出现报错:Bringupinterfaceeth0:Deviceeth0doesnotseemtobepresent,delayinginitialization。在网上搜了半天终于解决了:解..
分类:
系统相关 时间:
2014-08-15 02:55:08
阅读次数:
266
官方文档对于dex中的class数据结构表示如下:class_idx uint indexintothetype_idslistforthisclass.Thismustbeaclasstype,andnotanarrayorprimitivetype.access_flags uint accessflagsfortheclass(public,final,etc.).See"access_flagsDefinitions"forde..
分类:
其他好文 时间:
2014-08-15 02:53:09
阅读次数:
291