#include <stdio.h>
int main (){
    int num;
    scanf("%d", &num);
    printf("%d\n", num=8;
    return 0 ;
}