不想做任务
不想做任务
全部文章
题解
未归档(1)
归档
标签
去牛客网
登录
/
注册
不想做任务
什么时候能AK
全部文章
/ 题解
(共1篇)
题解 | #小红的最大价值#
上AC代码 11行!!! #include <bits/stdc++.h> using namespace std; int main() { int n , k; cin >> n >> k; vector<int> a(n); ...
2024-07-22
3
329