HDU 1597 find the nth digit (二分查找)
摘要:二分查找 1 #include 2 __int64 a[65555]; 3 void init() 4 { 5 a[0]=0; 6 for(int i=1;i=temp) return temp;16 if(n>a[temp]) return search(n,temp,hi...
        阅读全文
				
		posted @ 2014-05-15 18:24
		
		posted @ 2014-05-15 18:24