#include <bits/stdc++.h>

using namespace std;

int main() {
    // Solve the problem here
    return 0;
}
