会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Martinue
持续更新博客:blog.csdn.net/martinue
博客园
首页
新随笔
联系
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
24
下一页
2016年3月9日
hdu 3342(拓扑排序)
摘要: Legal or Not Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 6543 Accepted Submission(...
阅读全文
posted @ 2016-03-09 09:58 martinue
阅读(257)
评论(0)
推荐(0)
2016年1月21日
C++栈和队列
摘要: 使用标准库的栈和队列时,先包含相关的头文件 #include #include 定义栈如下: stack stk; 定义队列如下: queue q; 栈提供了如下的操作 s.empty() 如果栈为空返回true,否则返回false s.size...
阅读全文
posted @ 2016-01-21 19:56 martinue
阅读(118)
评论(0)
推荐(0)
poj2253(floyd)
摘要: Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14821 Accepted: 4902 Description Freddy Frog is sitting on a s...
阅读全文
posted @ 2016-01-21 16:24 martinue
阅读(135)
评论(0)
推荐(0)
2016年1月18日
欧拉函数(模板)
摘要: 欧拉函数: 设oula(i)为i对应的欧拉函数值,那么oula(i)=i*(1-1/p1)*(1-1/p2)*(1-1/p3)*……*(1-1/pn)(这是定理,我们也不需要去推导了。。大师推出来的结果比我们准确得多,会用就行) 其中,p1,p2,p3,……,pn为i的素因子,就是将i素因子分解...
阅读全文
posted @ 2016-01-18 17:16 martinue
阅读(136)
评论(0)
推荐(0)
2015年12月7日
cf(420A)
摘要: A. Start Up time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Recently, a st...
阅读全文
posted @ 2015-12-07 19:30 martinue
阅读(121)
评论(0)
推荐(0)
2015年12月5日
cf(417A,B,C)
摘要: A. Elimination time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The finalis...
阅读全文
posted @ 2015-12-05 17:09 martinue
阅读(185)
评论(0)
推荐(0)
2015年11月30日
cf414(A)
摘要: A. Mashmokh and Numbers time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output ...
阅读全文
posted @ 2015-11-30 20:43 martinue
阅读(236)
评论(0)
推荐(0)
2015年11月28日
BestCoder Round #64 (div.2)
摘要: 第一次做出来第三题表示弱有点小兴奋! Numbers Accepts: 556 Submissions: 1486 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Ot...
阅读全文
posted @ 2015-11-28 20:49 martinue
阅读(160)
评论(0)
推荐(0)
cf(413A,B,C)
摘要: A. Data Recovery time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Not so lo...
阅读全文
posted @ 2015-11-28 16:59 martinue
阅读(265)
评论(0)
推荐(0)
2015年11月26日
cf(412A,B,C)
摘要: A. Poster time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The R1 company h...
阅读全文
posted @ 2015-11-26 20:31 martinue
阅读(144)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
24
下一页
公告