#include using namespace std; int main() { int n; cin>>n; vector a(n); for(auto& e: a) cin>>e; cout<