#include<stdio.h>

void main()

{

int i;

printf("%d", scanf("%d",&i));

//provide input as 100;

}