#include<stdio.h>
int main()
{
    int a,b;
    a=10;
    b=90;
    scanf("%d",&b);
    printf("%d",b)
    
    
    
}