#include<stdio.h>
int main()
{ 
  printf("120");
  scanf("%d",120);
  return 0;
}