henry_y
henry_y
全部文章
B-题库-HDU
A-学习笔记(10)
A-游记/杂谈(2)
B-题库-51nod(2)
B-题库-AtCoder(7)
B-题库-BZOJ(48)
B-题库-CodeForces(5)
B-题库-LibreOJ(7)
B-题库-Luogu(16)
B-题库-POJ(1)
B-题库-牛客网(8)
C-博客园美化(1)
C-比赛记录及刷题计划(2)
动态规划-DP(12)
图论-网络流(1)
图论·最短路(3)
字符串-hash(1)
字符串-KMP(1)
字符串-Trie(2)
思想-分块(4)
思想-前缀和(1)
数据结构及算法-单调队列(4)
数据结构及算法-堆(2)
数据结构及算法-树链剖分(2)
数论-其他(3)
数论-博弈论(1)
数论-数论分块(1)
数论-欧拉函数(1)
数论-莫比乌斯反演(1)
数论·筛法(4)
未归档(3)
深度优先搜索-dfs(1)
贪心(1)
题解(37)
归档
标签
去牛客网
登录
/
注册
henry_y的博客
全部文章
/ B-题库-HDU
(共5篇)
HDU - 4507 吉哥系列故事——恨7不成妻
题面简述 题目链接 如果一个整数符合下面\(3\)个条件之一,那么我们就说这个整数和7有关—— 1、整数中某一位是\(7\); 2、整数的每一位加起来的和是\(7\)的整数倍; 3、这个整数是\(7\)的整数倍; 现在问题来了:吉哥想知道在一定区间内和7无关的数字的平方和。 \(...
2019-05-05
0
678
hdu5608 function
Description There is a function f(x),which is defined on the natural numbers set N,satisfies the following eqaution N2−3N+2=∑d|Nf(d) calulate ∑Ni=1...
2019-02-11
0
530
HDU4746 Mophues
题目地址 题目链接 Description As we know, any positive integer C ( C >= 2 ) can be written as the multiply of some prime numbers: C = p1×p2× p3× .....
2019-02-03
0
550
HDU5663 Hillan and the girl
题意 求 \[ \sum_{i=1}^{n}\sum_{j=1}^m[gcd(i,j)为完全平方数] \] 题解 我们设一个函数\(f(x)\)表示 \[ f(x)= \begin{cases} 1(x为完全平方数)\\ 0(x不为完全平方数) \end{cases} \] 然后大力推式子,最...
2019-02-03
0
635
hdu5628 Clarke and math
题目地址 题目链接 题意 求 \[ g(i)=\sum_{i1|i}\sum_{i_2|i_1}\sum_{i_3|i_2}...\sum_{i_k|i_{k-1}}f(i_k)\space mod\space 10^9+7 \] 题解 考虑当\(k=1\)时怎么做 \[ g(i)=\su...
2019-01-26
0
530