#include<stdio.h>
int main()
{
    int a,arr[100];
    scanf("%d",&a);
    for(int i=0;i>a,i++);
    {
        printf("%d",arr[i]);
    }
}