摘要:
Task schedulehttp://acm.hdu.edu.cn/showproblem.php?pid=4907 1 #include 2 #include 3 #define mt(a,b) memset(a,b,sizeof(a)) 4 const int M=200010; 5 int ... 阅读全文
摘要:
Saving Beanshttp://acm.hdu.edu.cn/showproblem.php?pid=3037 1 #include 2 typedef __int64 LL; 3 const int M=100010; 4 class LUCAS { //lucas求组合数C(n,k)%p ... 阅读全文
摘要:
Last non-zero Digit in N!http://acm.hdu.edu.cn/showproblem.php?pid=1066 1 #include 2 #include 3 const int M=1024; 4 const int tomod[20]= {1,1,2,6,4,2,... 阅读全文
摘要:
Smith Numbershttp://poj.org/problem?id=1142http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=133 1 #include 2 int fac[128]; 3 int find_fac(in... 阅读全文