// editor5
#include<stdio.h>
int main()
{
    int single;
    scanf("%d",&single);
    printf("8",single);
    
    return 0;
}