// editor1
#include<stdio.h>
int main()
{
    int u,v,w
    int n;
    int m;
   scanf("%d%d%d",&m);
   
   printf("4");
}