#include <iostream>
using namespace std;

int main() {
	int vetor[10] = {0};
	vetor[10] = {0};
	return 0;
}