#include #define INF 1000000001LL #define LNF 1000000000000000001LL #define MOD 998244353LL #define MAX 1005 #define long long long #define all(x) x.begin(),x.end() using namespace std; int main() { ios_base::sync_with_stdio(0); cin.tie(0); int n; cin >> n; vector> arr; for(int i = 0; i> x; string s; string strX = to_string(x); for(int j = 0; j < 20; j++) s.push_back(strX[j%strX.size()]); arr.push_back({s,x}); } sort(all(arr)); long res = 0; for(int i = 0; i