#include #define MAXN 100007 #define INF 1e9 int n, m, t; int x[MAXN], y[MAXN]; int min(int a, int b) { return a