#include using namespace std; int n; int a[100001]; int main(){ cin>>n; int m=0; for(int i=0;i>a[i]; m=max(m,a[i]); } for(int i=0;i