#include <stdio.h>

const int size = 5;

int main(void) {
	int array[size]; 
	return 0;
}