#include <stdio.h>

int matrix[5][5] = {  - 1} ;

int main() {

	
	printf("%d", matrix[2][2]);
	
	return 0;
}
