#include int main(){ std::cin.tie(nullptr); std::ios::sync_with_stdio(false); int N; std::cin >> N; std::vector A(N); for(int i=0;i> A[i]; } bool ok = false; for(int i=0;i