Run id: 155633

Main.cc: In function 'int main()':
Main.cc:11:10: error: expected ']' before ';' token
  cin>>b[i;]
          ^
Main.cc:11:11: error: expected primary-expression before ']' token
  cin>>b[i;]
           ^
Main.cc: At global scope:
Main.cc:17:2: error: 'cout' does not name a type
  cout<