Run id: 154323

Main.cc: In function 'int main()':
Main.cc:4:2: error: unable to find numeric literal operator 'operator""int'
  787int a[2005],N;
  ^
Main.cc:4:2: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
Main.cc:5:7: error: 'N' was not declared in this scope
  cin>>N;
       ^
Main.cc:7:8: error: 'a' was not declared in this scope
   cin>>a[i];
        ^
Main.cc:11:7: error: 'a' was not declared in this scope
    if(a[i]>a[j]){
       ^
Main.cc:19:9: error: 'a' was not declared in this scope
   cout<