Educational Codeforces Round 162 (Rated for Div. 2)

Educational Codeforces Round 162 (Rated for Div. 2) A - Moving Chips 解题思路: 模拟一下,不难发现是\(1\)之间\(0\)的个数。 代码: #include <bits/stdc++.h> using namespace std
posted @ 2024-02-24 23:15  value0  阅读(114)  评论(0编辑  收藏  举报