#include<stdio.h>
void main()
{
//   char str[5];
//   scanf("%c",&str);
//   printf("%c",str);
printf("6")
    
}