摘要: 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) 推荐(1) 编辑