Run id: 4961

Main.cc: In function 'int main()':
Main.cc:5:9: error: 'cin' was not declared in this scope
         cin>>a[i];
         ^
Main.cc:12:9: error: 'cout' was not declared in this scope
         cout<a[i]<<" ";
         ^