/*
TASK:a
LANG:C++
 */

#include <stdio.h>

int main() {
  printf("5");
  return 0;
}
