提前15分钟AK了。难度确实不低。 第一题 阅读理解题,就不说了。 /* 阅读理解题,简单 */ /* 阅读理解题,简单 */ #include <iostream> #include <algorithm> using namespace std; constexpr int N = 1005; int q[N]; int p[N]; int n, m; int t; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); ...