喜阳的向日葵
喜阳的向日葵
全部文章
题解
归档
标签
去牛客网
登录
/
注册
喜阳的向日葵的博客
全部文章
/ 题解
(共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