shyyhs
shyyhs
全部文章
分类
DP专题(52)
图论(4)
多校补题(2)
数据结构(27)
数论(4)
日记(14)
未归档(38)
题解(330)
归档
标签
去牛客网
登录
/
注册
shyyhs的博客
TA的专栏
440篇文章
0人订阅
lpt的小屋
415篇文章
3897人学习
AtCoder思维大提升
6篇文章
750人学习
kuangbin专题记录
0篇文章
0人学习
牛客每日一题推介(裙子计划~)
19篇文章
840人学习
全部文章
(共33篇)
训练
来自专栏
量力而行... DP: https://codeforces.com/problemset?tags=dp,2100-2400 数据结构:https://codeforces.com/problemset?tags=data%20structures,2100-2400 线段树:https://bl...
题解
2021-05-06
2
631
复习下四种算法
来自专栏
树剖: https://ac.nowcoder.com/acm/problem/20449 https://ac.nowcoder.com/acm/problem/18939 cdq分治: https://ac.nowcoder.com/acm/problem/19881 点分治: https://...
题解
2021-04-09
4
737
今天任务
来自专栏
http://www.51nod.com/Challenge/Problem.html#problemId=1484 http://www.51nod.com/Challenge/Problem.html#problemId=1503 http://www.51nod.com/Challenge/P...
题解
2021-03-29
3
633
明天任务
来自专栏
1.http://www.51nod.com/Challenge/Problem.html#problemId=16822.http://www.51nod.com/Challenge/Problem.html#problemId=13883.http://www.51nod.com/Challen...
题解
2021-03-25
0
679
练习下简单的数据结构???
来自专栏
1 2 3 4 5 6
题解
2021-03-11
1
667
AtCoder Beginner Contest 149
来自专栏
A - Strings 按题意模拟t+s即可. #include <bits/stdc++.h> using namespace std; int main() { string s,t; cin>>s>>t; string ans=t+s...
题解
2021-02-18
2
850
AtCoder Beginner Contest 148
来自专栏
A - Round One 直接按题意模拟,没出现过的就是答案. #include <bits/stdc++.h> using namespace std; int main() { int a,b; bool f[4]; memset(f,false,sizeo...
题解
2021-02-17
3
724
AtCoder Beginner Contest 147
来自专栏
前言 600分的题果然不是那么适合萌新...萌新都快哭了. A - Blackjack 按题意输入输出即可. 代码 #include <bits/stdc++.h> using namespace std; int main() { int ans=0,res=22; f...
题解
2021-02-08
5
904
Vanya and Scales
来自专栏
思路: 做这种题,第一步就是搞清楚题目要干什么,其实这个题目就是判断一个式子是否成立: 我们观察可以发现,每次都只有第一项不一定是的倍数,其他一定是的倍数.那么每次我们都判断下,然后将.然后一直处理到即可,假如中途不成立,那么输出,否则就是.当然还有个值得注意的地方就是你代码应该先检测-1,再检测1...
题解
2021-01-31
4
655
Codeforces1900~2200的40个题
来自专栏
1900:1.Beautiful Array .2.Vanya and Scales .3.Train Hard, Win Easy .4.Classy Numbers .5.Dima and Salad .6.Generating Sets .7.Stars Drawing (Hard Editi...
题解
2021-01-31
3
793
首页
上一页
1
2
3
4
下一页
末页