meto专题

METO CODE 223 拉力赛

传送门 继续水板子题... #include <bits/stdc++.h>#define ll long longusing namespace std;inline int read() {int x = 0, f = 1; char ch = getchar();while (ch < '0' || ch > '9') { if (ch == '-') f = -1; ch