会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oyzx~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2016年8月21日
Codeforces Round #368 (Div. 2)
摘要: 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~
阅读(174)
评论(0)
推荐(0)
2016年8月17日
数论专项测试——约数个数和(lucas的数论)
摘要: 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~
阅读(360)
评论(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)
2016年8月16日
数论专题测试——幸运数字
摘要: 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~
阅读(229)
评论(0)
推荐(0)
2016年8月15日
bzoj2219: 数论之神
摘要: 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~
阅读(270)
评论(0)
推荐(0)
2016年8月13日
bzoj3283: 运算器
摘要: 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~
阅读(251)
评论(0)
推荐(0)
2016年8月11日
梅森素数
摘要: 题目链接:bzoj2052 题解:http://blog.csdn.net/miku23736748/article/details/52135932
阅读全文
posted @ 2016-08-11 15:39 oyzx~
阅读(144)
评论(0)
推荐(0)
2016年7月17日
后缀数组
摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 #define maxn 100005
阅读全文
posted @ 2016-07-17 22:22 oyzx~
阅读(130)
评论(0)
推荐(0)
2016年7月10日
Hash_1014: [JSOI2008]火星人prefix
摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 typedef unsigned int
阅读全文
posted @ 2016-07-10 14:13 oyzx~
阅读(209)
评论(0)
推荐(0)
2016年7月2日
Hash_bzoj1862: [Zjoi2006]GameZ游戏排名系统
摘要: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 using namespace std; 7 #define maxn 400005
阅读全文
posted @ 2016-07-02 14:39 oyzx~
阅读(199)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告