摘要: 比赛链接:https://codeforces.com/contest/1538 A. Stone Game 题解 从一侧取:两种情况 从两侧取:一种情况 取三种情况的最小值。 代码 #include <bits/stdc++.h> using namespace std; int main() { 阅读全文
posted @ 2021-06-12 22:00 Kanoon 阅读(193) 评论(4) 推荐(0)