#include<bits/stdc++.h> 
using namespace std;
int n,c;
int main(){
	cin>>n;
	for(int i=1;i<=n;i++){
		cin>>c; 
	}
	return 0;
}