Main.cc: In function 'int main()':
Main.cc:5:3: error: 'cout' was not declared in this scope
cout<i<<" ";
^
Main.cc:6:2: error: 'cout' was not declared in this scope
cout<<endl;
^
Main.cc:6:8: error: 'endl' was not declared in this scope
cout<<endl;
^