Codeforces Round #408 (Div. 2), problem: (F) Sequence Recovery Solution in C/C++ C/C++ Programming April 11, 2017 0 Admin #include <bits/stdc++.h> using namespace std; const int N = 3e5 + 5, inf = 1e9 + 7; int ma, lz, ma2, n; int vma; void build1(int id = 1, int l = 0, int r … Continue