// editor1
#include<stdio.h>
void main()
{
    int a;
    scanf("%d",&a);
    int arr[a];
    printf(arr[]);

}