Codeforces Round 944 (Div. 4) A. My First Sorting Problem
Codeforces Round 944 (Div. 4) A. My First Sorting Problem 1234567891011121314151617181920212223// By SnowDream#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e6+10;i