摘要:
POJ3190 摊位预订。时间限制:1000MS内存限制:65536K。共提交材料:12959份接受:4 546名特别法官。描述。哦,那些挑剔的N(1<;=N<;=50,000)奶牛!他们是如此挑剔,以至于每一头奶牛都只能在某个精确的时间间隔A.B(1<;=A<;=B<;=1,000,000)内挤奶 阅读全文
摘要:
POJ 3614 1:奶牛的min和瓶子spx值从大到小排序 #include <iostream> #include <cmath> #include <cstdio> #include <cstring> #include <string> #include <map> #include <io 阅读全文
摘要:
POJ 3614 #include <iostream> #include <cmath> #include <cstdio> #include <cstring> #include <string> #include <algorithm> #include <queue> #include <s 阅读全文
摘要:
记忆话递归 动态规划法: 阅读全文
摘要:
快速幂取模(二分思想) 打了好多次比赛都用到快速幂,然而总是记得不太熟,今天写下来自己的模板 直接进行循环求幂的时间复杂度体现在for循环中,为O(b).这个算法存在着明显的问题,如果a和b过大,很容易就会溢出。 那么,我们先来看看第一个改进方案:在讲这个方案之前,要先有这样一个公式: ab mod 阅读全文