#include <iostream>
using namespace std;
const int& const i=1;
int main() {
	// your code goes here
	return 0;
}