/*
TASK: LDIST
LANG: C
*/
#include <stdio.h>
void main()
{
  printf("360");
}