#include <stdio.h>

int main(void) {
	int arr[1000000] = { [6334] = 22};
	printf("%d\n", arr[6334]);
	return 0;
}
