摘要: 【题目来源】:https://www.luogu.com.cn/problem/P14358?contestId=288427 方法一:模拟,将每个人的分数排序后放入n*m的二维数组中。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int a 阅读全文
posted @ 2025-11-05 11:18 TFLSZXL 阅读(23) 评论(0) 推荐(0)
摘要: 【题目来源】:https://www.luogu.com.cn/problem/P14357?contestId=288427 方法一:挑出数字后sort排序 1 #include<bits/stdc++.h> 2 using namespace std; 3 string s; 4 int a[1 阅读全文
posted @ 2025-11-05 09:52 TFLSZXL 阅读(27) 评论(0) 推荐(0)