回归梦想
回归梦想
全部文章
题解
dfs(2)
leetcode(3)
PTA(5)
python(1)
一起开心(1)
后缀数组(2)
图论(4)
多校(4)
天梯赛(8)
字符串(8)
数据结构(1)
未归档(539)
模板(4)
每日一题(56)
点分治(2)
牛客题霸(117)
知识(4)
算法(76)
经验分享(2)
网络流24(11)
莫比乌斯反演(2)
队列(2)
归档
标签
去牛客网
登录
/
注册
回归梦想的博客
全部文章
/ 题解
(共3篇)
Stone Game
来自专栏
题意: 有n堆石头,每堆石头最多只有三个石头(最少1个),每两堆石头(这两堆各含石头x个和y个)合一起的费用为(x mod 3) * (y mod 3),现在把所有堆合成一堆,问最小费用题目第一行给出三个数,第i个数表示有i个石头的堆有多少个 题解: 费用是(x mod 3) * (y mod 3)...
**
思维题
icpc2020济南
2021-01-24
0
993
Exam Results
题目描述 Professor Alex is preparing an exam for his students now. There will be n students participating in this exam. If student i has a good mindset, h...
思维题
尺取法
2020-11-13
2
601
7-7 Good Number
Alex loves numbers. Alex thinks that a positive integer x is good if and only if [⌋ divides x. Can you tell him the number of good positive integers w...
思维题
分块
2020-11-13
2
620