Run id: 139924

Main.cc:2:7: error: expected nested-name-specifier before 'namespeak'
 using namespeak std;
       ^
Main.cc: In function 'int main()':
Main.cc:6:3: error: 'cin' was not declared in this scope
   cin>>a;
   ^
Main.cc:6:3: note: suggested alternative:
In file included from Main.cc:1:0:
/usr/include/c++/5/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^
Main.cc:8:6: error: 'cout' was not declared in this scope
      cout<& __os)
     ^
Main.cc:11:4: error: 'cout' was not declared in this scope
    cout<<31<& __os)
     ^
Main.cc:13:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    else if(a=2) {
               ^
Main.cc:14:5: error: 'cout' was not declared in this scope
     cout<<29<& __os)
     ^
Main.cc:17:5: error: 'cout' was not declared in this scope
     cout<<30<& __os)
     ^