// 模拟! #include <bits/stdc++.h> using namespace std; int main(){ int n,q,l,r,k,pos; cin >> n >> q; vector<int> a(n+1,0),c(n+1,0),col; &...