#include<stdio.h>
#include<math.h>
int main()
{
    int n;
    scanf("%d",&n);
    replace1=0;
    printf("%d",n);
    return 0;
}