摘要:
Pinely Round 4 (Div. 1 + Div. 2)(A - F) A - Maximize the Last Element 解题思路: 只有奇数位置能选。偶数位置前后都有奇数个数字,无法删完。 代码: #include <bits/stdc++.h> using namespace 阅读全文
摘要:
Educational Codeforces Round 167 (Rated for Div. 2) A. Catch the Coin 解题思路: 最终\(x\)一定会相等,我们考虑直接到下面接住他。 代码: #include <bits/stdc++.h> using namespace st 阅读全文
摘要:
第 8 场 小白入门赛 第一题: 解题思路: 乘一下。 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; using pii = pair<ll, ll>; #define fi first #define 阅读全文
摘要:
Codeforces Round 908 (Div. 2) A - Secret Sport 解题思路: 有一说一,没看很懂,感觉最后赢的就是赢了。。。 代码: #include <bits/stdc++.h> using namespace std; using ll = long long; u 阅读全文