#include <iostream>
#include <fstream>
#include <cmath>
using namespace std;

int main()
{
  return 0;
}