#include<iostream>
int main()
{
	int n;
	std::cout<<1||58;
}