#include<stdio.h>
#include<isostream>
int main()
{
    printf("9");
    return 0;
}