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