Run id: 140110

Main.cc:1:1: error: 'include' does not name a type
 include
 ^
Main.cc: In function 'int main()':
Main.cc:9:5: error: 'cin' was not declared in this scope
     cin >> a;
     ^
Main.cc:18:13: error: 'max' was not declared in this scope
   if(b[i] > max)
             ^
Main.cc:21:4: error: 'x' was not declared in this scope
    x = i;
    ^
Main.cc: At global scope:
Main.cc:25:4: error: 'cout' does not name a type
    cout<