#include <bits/stdc++.h>

using namespace std;
typedef pair<int, int> Pair;

int main() {
    #ifndef ONLINE_JUDGE
    freopen("debug", "r", stdin);
    #endif // ONLINE_JUDGE




    return 0;
}