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