摘要: [比赛链接](https://codeforces.com/contest/1834) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n; cin >> n; int c 阅读全文
posted @ 2023-06-24 17:23 空白菌 阅读(101) 评论(0) 推荐(1) 编辑