#include<stdio.h>
int main()
{
    int m;
    scanf("%d",&m);
    a=temp;
    a=b;
    temp=c;
    printf("%d",m);
    
}