#include <stdio.h>

int _end[1111];

int main() {
	int i = 0;
	for (i=0; i<1111; i++) {
		_end[i]++;
	}
	return 0;
}