#include <stdio.h>
main()
{
int i;
scanf("%d",&i);
printf("%d\n",i);
}
