#include #include #define LEVEL_SIZE 6 int most_sloved_problem (int array[6]) { int num=0,max=array[0]; for(int i=0; i> N; for(int i=0; i> L; level[L-1]++; } int most = most_sloved_problem(level); cout << most << endl; return 0; }