#include <bits/stdc++.h>
using namespace std;

int main()
{
	cout << "I don't know";
	return 0;
}