#include <stdio.h>

int main() {
int arr[5];
printf("%d",arr);
return 0;
}