#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector S(N); for(int i=0;i>S[i]; int ans = 1; for(int i=0;i<100;i++){ bool ok = true; for(int j=0;j