摘要: C. Distance Indicators \(j-A_j = A_i+i\) 代码实现 #include <bits/stdc++.h> #define rep(i, n) for (int i = 0; i < (n); ++i) using namespace std; using ll = 阅读全文