竞赛
考级
#include <iostream> #include <string> #include <vector> using namespace std; struct Op { int l, r, x; int timestamp; }; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); }
187****3948