Run id: 151385

Main.cc:2:7: error: expected nested-name-specifier before 'namespeak'
 using namespeak std;
       ^
Main.cc: In function 'int main()':
Main.cc:5:2: error: 'cin' was not declared in this scope
  cin>>n;
  ^
Main.cc:5:2: note: suggested alternative:
In file included from /usr/include/x86_64-linux-gnu/c++/5/bits/stdc++.h:74:0,
                 from Main.cc:1:
/usr/include/c++/5/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^
Main.cc:6:9: error: 'i' was not declared in this scope
     for(i=0;i<=n;i++){ 
         ^
Main.cc:9:10: error: 'i' was not declared in this scope
      for(i=n-1;i>=;i--){ 
          ^
Main.cc:9:19: error: expected primary-expression before ';' token
      for(i=n-1;i>=;i--){ 
                   ^
Main.cc:10:9: error: 'cout' was not declared in this scope
         cout<