永远鲜红的幼月
永远鲜红的幼月
全部文章
分类
CF(19)
dp(6)
gcd的应用(1)
sort(4)
spfa(1)
二分(12)
几何(1)
博弈(2)
固定算法(1)
图论(11)
套题(5)
字符串匹配(1)
并查集(4)
思维(2)
搜索(4)
数学题(2)
数据结构(10)
数论(4)
未归档(192)
树状数组(1)
状压DP(1)
科普(3)
线段树(2)
网络流(3)
计算几何(4)
计算几何学习(17)
贪心(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
永远鲜红の幼月
落后,就应该付出更多的努力!
全部文章
(共315篇)
hdu-5187-zhx's contest(组合数+快速幂+高精度乘法)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5187 Problem Description As one of the most powerful brushes, zhx is required to give his...
2018-08-08
0
406
hdu-2848-Grids(卡特兰数)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4828 Problem Description 度度熊最近很喜欢玩游戏。这一天他在纸上画了一个2行N列的长方形格子。他想把1到2N这些数依次放进去,但是为了使格子看起来优美,他想...
2018-08-08
0
539
LightOJ - 1370 -Bi-shoe and Phi-shoe (素数与欧拉的关系,欧拉函数和欧拉表的板子)
题目链接:http://lightoj.com/login_main.php?url=volume_showproblem.php?problem=1370 Bamboo Pole-vault is a massively popular sport in Xzhiland. And Master...
2018-08-08
0
506
poj-2478-Farey Sequence(欧拉函数的应用,欧拉打表,欧拉函数模板)
题目链接:http://poj.org/problem?id=2478 Description The Farey Sequence Fn for any integer n with n >= 2 is the set of irreducible rational numbers a/...
2018-08-08
0
458
hdu-2588-GCD(欧拉函数)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2588 Problem Description The greatest common divisor GCD(a,b) of two positive integers a and...
2018-08-08
0
493
hdu-1568-Fibonacci(斐波那契数列的性质)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1568 Problem Description 2007年到来了。经过2006年一年的修炼,数学神童zouyu终于把0到100000000的Fibonacci数列 (f[0]=0,f...
2018-08-07
0
469
hdu-3936-FIB Query(斐波那契数列的性质)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3936 Problem Description We all know the definition of Fibonacci series: fib[i]=fib[i-1]+fib...
2018-08-07
0
380
斐波那契数列的性质
镇楼公式: 不知道谁原创的模板,拿来学一下 1.f(0)+f(1)+f(2)+…+f(n)=f(n+2)-1。 2.f(1)+f(3)+f(5)+…+f(2n-1)=f(2n)。 3.f(2)+f(4)+f(6)+…+f(2n) =f(2n+1)-1。 4...
2018-08-07
0
487
poj-2480-Longge's problem(欧拉函数)
题目链接:http://poj.org/problem?id=2480 Description Longge is good at mathematics and he likes to think about hard mathematical problems which will be s...
2018-08-07
0
481
CodeForces - 873C Strange Game On Matrix(暴力+贪心)
题目链接:http://codeforces.com/problemset/problem/873/C Ivan is playing a strange game. He has a matrix a with n rows and m columns. Each element of the...
2018-08-06
0
505
首页
上一页
16
17
18
19
20
21
22
23
24
25
下一页
末页