Run id: 5263

Main.cc: In function 'int main()':
Main.cc:12:12: error: 'maxn' was not declared in this scope
         if(maxna[i]) minn=a[i];
            ^
Main.cc:13:23: error: 'minn' was not declared in this scope
         if(m1nn>a[i]) minn=a[i];
                       ^
Main.cc:15:11: error: 'maxn' was not declared in this scope
     cout<maxn-minn<<endl;
           ^
Main.cc:15:16: error: 'minn' was not declared in this scope
     cout<<maxn-minn<<endl;
                ^