题解 2684: 蓝桥杯2022年第十三届省赛真题-数位排序

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

sort排序自定义

摘要:#include&nbsp;<bits/stdc++.h>using&nbsp;namespace&nbsp;std;const&nbsp;int&……

省赛真题-数位排序o_O

摘要:解题思路:注意事项:参考代码:n=int(input())m=int(input())#创建二维数组#数据最多取到1000000,所以位数之和最大为9+9+9+9+9+9=54arr=[[0forii……

数位排序暴力

摘要:解题思路:暴力注意事项:无参考代码:#pragma&nbsp;GCC&nbsp;optimize(3)#include&nbsp;<bits/stdc++.h>us……

.......................

摘要:解题思路:注意事项:参考代码:n=int(input())m=int(input())l={}foriinrange(1,n+1):&nbsp;&nbsp;sum1=0&nbs……