链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5864 思路 : 判断小于它的合法的,再看大于它的合法的,特判10000.10.1000.... 这种情况 . #include<bits/stdc++.h> using namespace std; #define ll long long ll t,n,k,m,po[222]; ll getmin(ll x) { ll ret=0,data[55],id=0; po…