rt, 求调 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll> PLL; #define int ll #define x first #define y second #define rep(i,a,b) for(int i=(a);i<=(b);i++) #define lep(i,a,b) for(int i=(a);i>=(b);i--) #define sci(x) cin >> (x) #define p...