Couple TreesTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://hihocoder.com/problemset/problem/1232Description"Couple Trees" are two trees, a husband t...
分类:
其他好文 时间:
2015-09-21 21:14:58
阅读次数:
166
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5438PondsTime Limit: 1500/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submiss...
分类:
其他好文 时间:
2015-09-21 21:09:10
阅读次数:
174
题意:M=p1*p2*...pk;求C(n,m)%M,pi小于10^5,n,m,M都是小于10^18。 pi为质数M不一定是质数 所以只能用Lucas定理求k次 C(n,m)%Pi最后会得到一个同余方程组x≡B[0](mod p[0])x≡B[1](mod p[1])x≡B[2](mod p[2])...
分类:
其他好文 时间:
2015-09-21 21:04:20
阅读次数:
264
#1228 : Mission Impossible 6时间限制:1000ms单点时限:1000ms内存限制:256MB描述You must have seen the very famous movie series,"Mission Impossible", from 1 to 4. And "...
分类:
其他好文 时间:
2015-09-21 21:03:55
阅读次数:
259
Jesus Is Here
Time Limit: 1500/1000 MS (Java/Others) Memory Limit: 65535/102400 K (Java/Others)
Total Submission(s): 257 Accepted Submission(s): 175
Problem Description
I've sent Fang Fang aro...
分类:
其他好文 时间:
2015-09-21 17:58:01
阅读次数:
285
给一个1000个点的多边形(从某个点依次按照外形给出每个节点),这个多边形不一定是凸多边形再给一个圆,问这个多边形与圆相交区域的周长我们将这个问题分成两个部分,第一部分是求线段在圆内的长度,第二部分是求圆弧的长度。对于第一个部分,求线段在圆内的长度,注意线段两端都在圆外边但是线段与圆有交点的情况。相...
分类:
其他好文 时间:
2015-09-20 22:02:39
阅读次数:
134
Largest Point
Time Limit: 1500/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)
Total Submission(s): 536 Accepted Submission(s): 230
Problem Description
Given the sequence A
w...
分类:
其他好文 时间:
2015-09-20 17:52:28
阅读次数:
210
Problem DescriptionGiven the sequence A with n integers t1,t2,?,tn. Given the integral coefficients a and b. The fact that select two elements ti and ...
分类:
其他好文 时间:
2015-09-20 10:25:03
阅读次数:
149
#include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f3f3f3f3fusing namespace std;int T,t[5001000];int main(){...
分类:
其他好文 时间:
2015-09-20 00:24:36
阅读次数:
134
我所说的总结并不是谈什么题目解法之类的东西这些东西网上有很多题解说说这两场网赛吧!这两场我的状态还行,只是xiaodong还没有找到状态,长春赛lucas+中国剩余定理他硬是打了一整场,还是没打出来,版题没打出来确实不该wzb状态一般,不过看题的能力依然那么厉害长春赛中,很遗憾的只出了5道题,按当时...
分类:
其他好文 时间:
2015-09-19 22:28:24
阅读次数:
290