include<stdio.h>
int main()
{
int a;
scanf("%d");
if (a<0)
printf("Invalid input");
else
printf("4");
return 0;
}