#include<stdio.h>
void main()
{
    int num=121;
    printf("%d");
    
    
}