// editor4
#include<stdio.h>
void main()
{
   int a,b,c,d,e,f,g;
   scanf("%d",&a);
   printf("%d\n",a);
   b=0a;
}