#include<iostream>
int main()
{
	int a,b,c;
	std::cin>>c;
	c=4;
	std::cout<<c;	
}