#include<stdio.h>

int main(){
    int N,arr[];
    arr[]=N;
   printf("%d",arr[0]);

}