Run id: 5304

Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cin' was not declared in this scope
     cin>>n;
     ^
Main.cc:13:33: error: 'no' was not declared in this scope
         if(maxn<a[i]) maxn=a[i],no=i;
                                 ^
Main.cc:15:5: error: 'cout' was not declared in this scope
     cout<<no<<endl;
     ^
Main.cc:15:11: error: 'no' was not declared in this scope
     cout<<no<<endl;
           ^
Main.cc:15:15: error: 'endl' was not declared in this scope
     cout<<no<<endl;
               ^
Main.cc:11:9: warning: unused variable 'm' [-Wunused-variable]
     int m;
         ^