#include #define f first #define s second using namespace std; using ll = long long; using ii = pair; constexpr int MX = 1e5+5; int main() { if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout); cin.tie(0)->sync_with_stdio(0); }