08 2016 档案

摘要:待更...... 阅读全文
posted @ 2016-08-31 17:29 oyzx~ 阅读(107) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef long long in 阅读全文
posted @ 2016-08-24 00:03 oyzx~ 阅读(213) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/liangzhaoyang1/article/details/52289666 阅读全文
posted @ 2016-08-23 22:49 oyzx~ 阅读(108) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/wzj-is-a-juruo/p/5619901.html 阅读全文
posted @ 2016-08-23 18:20 oyzx~ 阅读(109) 评论(0) 推荐(0)
摘要:A:傻逼模拟题,直接上代码好了。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 int 阅读全文
posted @ 2016-08-21 11:28 oyzx~ 阅读(175) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef long long in 阅读全文
posted @ 2016-08-17 00:28 oyzx~ 阅读(364) 评论(0) 推荐(0)
摘要:题意:给定n,m,令k=1+sigam(inv(i,n))mod 1000000007。 n,m小于等于10^7. 求k^k^k^k....后一个k是前一个k的指数, 求这个值对m的mod,知道指数循环节,这就是个傻逼题,然而考场就是不知道这个,少了点东西,所以出题人就是个傻逼.... 指数循环节: 阅读全文
posted @ 2016-08-17 00:12 oyzx~ 阅读(189) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef long long in 阅读全文
posted @ 2016-08-16 23:59 oyzx~ 阅读(232) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef long long in 阅读全文
posted @ 2016-08-15 16:23 oyzx~ 阅读(276) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef long long in 阅读全文
posted @ 2016-08-13 00:20 oyzx~ 阅读(254) 评论(0) 推荐(0)
摘要:题目链接:bzoj2052 题解:http://blog.csdn.net/miku23736748/article/details/52135932 阅读全文
posted @ 2016-08-11 15:39 oyzx~ 阅读(146) 评论(0) 推荐(0)