摘要: #include<bits/stdc++.h> using namespace std; long a[200001]; long n,c,ans; int main(){ cin>>n>>c; for(int i = 1;i<=n;i++){ cin>>a[i]; } sort(a+1,a+n+1 阅读全文
posted @ 2024-11-30 16:02 王一行(小号) 阅读(29) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-11-30 14:17 王一行(小号) 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-11-30 10:03 王一行(小号) 阅读(0) 评论(0) 推荐(0)