Run id: 134152

Main.cc: In function 'int main()':
Main.cc:6:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
     for(int i=0;i<=n;i++){
                    ^
Main.cc:10:13: error: 'a' was not declared in this scope
     int min=a[0];
             ^
Main.cc:11:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  for(int i=0;i<=n;i++){
                 ^