Run id: 122284

Main.cc: In function 'int main()':
Main.cc:13:17: warning: variable 'j' set but not used [-Wunused-but-set-variable]
  int max = a[1],j=1;
                 ^
Main.cc: At global scope:
Main.cc:21:2: error: 'cout' does not name a type
  cout<