#include using namespace std; int main() { ios::sync_with_stdio(false); while(true) { int N; cin>>N; if(cin.good()==false) { break; } int * arr = new int[N]; for(int i=0;i>arr[i]; } int result=2; if(N<3) { cout<<1<=0;i--) { //cout<<"fc"<