//luogu :xmy201315 welcome to chat with me #include <bits/stdc++.h> using namespace std; #define rep(i,l,r) for(int i=l;i<=r;i++) #define per(i,l,r) for(int i=l;i>=r;i--) int main(){ }