#include using namespace std; int main() { ios::sync_with_stdio(false); int N; while(true) { cin>>N; if(cin.good()==false) { return 0; } int * nums = new int[N]; //int * solved = new int[N]; for(int i=0;i>nums[i]; //solved = 0; } int result = 0; for(int i=0;i