Run id: 104155

Main.cc: In function 'int main()':
Main.cc:11:1: error: 'c' was not declared in this scope
 c=a[i];
 ^
Main.cc:11:3: error: 'a' was not declared in this scope
 c=a[i];
   ^
Main.cc:16:7: error: 'a' was not declared in this scope
 cout<