#include<bits/stdc++.h>
using namespace std;
int n,sum;
vector<int> a;
int main(){
	
}