#include<iostream>
using namespace std;
int main()
{
int a;
a=1;
return 0;
}