#include<stdio.h>
#include<string.h>
#include<math.h>

int main(void)
{
    int a,b;
    scanf("%d %d",&a,&b);
    printf("5");
}
    
