#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ Int n; cin>>n; vector z(n); for(Int i=0;i>z[i]; cout<