摘要: Codeforces Round 900 (Div. 3) A. How Much Does Daytona Cost? 解题思路: 可取一个元素作为子数组,数组中存在\(k\)即可。 代码: #include<bits/stdc++.h> using namespace std; using ll 阅读全文
posted @ 2023-09-28 04:09 value0 阅读(62) 评论(0) 推荐(0)