#include<stdio.h>
int main()
{ 
  printf("120");
  return 0;
  ]