
====比赛====
文章平均质量分 84
saragrean
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FOJ有奖月赛-2015年10月(没有补完)
题目:点击打开链接 每次福州的最担心的就是暴0,这次居然又是暴0,说到底还是水平太低了,有思路的总是wa,tle,代码不够完善 1 快来快来数一数 最后的公式是 a[1]=1,a[2]=7,a[n]=6*a[n-1]-a[n-2]+1,显然是用矩阵快速幂 提交的时候记得用Visual C++,不要用GNU C++,否则会超时 #include #include #incl原创 2015-10-07 16:35:48 · 764 阅读 · 0 评论 -
【2015上海赛区网络赛】(没有补完)
01(A) HDU 5468 Puzzled Elena 02(B) HDU 5469 Antonidas 03(C) HDU 5470 Typewriter 04(D) HDU 5471 Count the Grid 05(E) HDU 5472 Code Formatting 06(F) HDU 5473 There was a kingdom 07(G) HD原创 2015-09-26 22:33:14 · 890 阅读 · 0 评论 -
【2015合肥网络赛】(没有补完)
HDU 5484 Monitor the Alpacas HDU 5485 The Relationship in Club HDU 5486 Difference of Clustering HDU 5487 Difference of Languages HDU 5488 Shape HDU 5489 Removed Interval HDU 5490 Simple Matrix原创 2015-09-29 18:34:21 · 811 阅读 · 0 评论 -
143 - ZOJ Monthly, October 2015
【A Ant】 比赛的时候公式推出来了,可是取模那一块弄错了,一直wa 假设另外两条边是x,y 那么最短的路线就是len = x^2 + y^2 + n^2 + 2*x*y 这个公式分成三个部分求 s1 = sum(x^2 + y^2) s2 = sum(n^2) s3 = sum(2*x*y) 假设n=3 n x y 3 3 3原创 2015-10-23 19:58:21 · 383 阅读 · 0 评论 -
第十一届浙江省省赛题(未补完)
【ZOJ 3776 Pokemon Master】 【ZOJ 3777 Problem Arrangement】 【ZOJ 3778 Talented Chef】 【ZOJ 3779 Chessboard and Flowers】 【ZOJ 3780 Paint the Grid Again】 【ZOJ 3781 Paint the Grid R原创 2015-10-10 14:14:42 · 616 阅读 · 0 评论