#include<stdio.h>
#include<math.h>
#include<string.h>

int main(void)
{
  printf("3");
}
