会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hamine
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
2022年5月29日
NOMURA Programming Contest 2022(AtCoder Beginner Contest 253)
摘要: dp 数论 树
阅读全文
posted @ 2022-05-29 19:59 Hamine
阅读(85)
评论(0)
推荐(0)
2022年5月28日
康托展开
摘要: https://www.luogu.com.cn/problem/P5367 给定一个全排列,求出它是 1 ~ \(n\) 所有全排列的第几个,答案对 998244353 取模。 答案就是 \(\sum_{i = 1}^{n} res_{a_i} (n - i)!\)。\(res_x\) 表示剩下的
阅读全文
posted @ 2022-05-28 14:53 Hamine
阅读(220)
评论(0)
推荐(0)
2022年5月21日
Codeforces Round #791 (Div. 2)
摘要: 2400
阅读全文
posted @ 2022-05-21 13:53 Hamine
阅读(39)
评论(0)
推荐(0)
2022年5月18日
The 19th Zhejiang Provincial Collegiate Programming Contest
摘要: 树状数组+扫描线
阅读全文
posted @ 2022-05-18 22:34 Hamine
阅读(1330)
评论(0)
推荐(1)
2022年5月17日
Codeforces Round #625 (Div. 2, based on Technocup 2020 Final Round)
摘要: 2500 字符串hash+数据结构
阅读全文
posted @ 2022-05-17 12:37 Hamine
阅读(38)
评论(0)
推荐(0)
2022年5月16日
Educational Codeforces Round 128 (Rated for Div. 2)
摘要: 2400
阅读全文
posted @ 2022-05-16 14:27 Hamine
阅读(131)
评论(1)
推荐(0)
2022年5月13日
Codeforces Round #630 (Div. 2)
摘要: 2500
阅读全文
posted @ 2022-05-13 01:03 Hamine
阅读(32)
评论(1)
推荐(0)
2022年5月12日
CodeTON Round 1 (Div. 1 + Div. 2, Rated, Prizes!)
摘要: 2600 二分+构造+图
阅读全文
posted @ 2022-05-12 16:26 Hamine
阅读(160)
评论(0)
推荐(0)
HDU - 4389 X mod f(x)
摘要: 题目链接: https://acm.hdu.edu.cn/showproblem.php?pid=4389 题目大意: 给出一个函数 \(f\) int f ( int x ) { if ( x == 0 ) return 0; return f ( x / 10 ) + x % 10; } \(T
阅读全文
posted @ 2022-05-12 13:30 Hamine
阅读(78)
评论(0)
推荐(0)
2022年5月10日
2022 ICPC区域赛(昆明)
摘要: 模拟,期望dp
阅读全文
posted @ 2022-05-10 18:43 Hamine
阅读(541)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页