喜阳的向日葵
喜阳的向日葵
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
喜阳的向日葵的博客
TA的专栏
0篇文章
0人订阅
ABC题解
0篇文章
0人学习
全部文章
(共1篇)
Codeforces Round 1005 (Div. 2) A-D题解
A. Brogramming Contest 主要就是统计一下最后一个0移动了多少次就行了(和他前面的1联通块数量有关) 总体时间复杂度O(n) AC // Problem: A. Brogramming Contest // Contest: Codeforces - Codeforces Rou...
C++
C++14
脑筋急转弯
贪心
模拟
2025-02-18
1
206