Run id: 107390

Main.cc:3:1: error: 'srting' does not name a type
 srting s;
 ^
Main.cc: In function 'int main()':
Main.cc:5:14: error: 's' was not declared in this scope
  getline(cin,s);
              ^
Main.cc:13:8: error: expected unqualified-id before '=' token
    bool=true;
        ^
Main.cc:6:7: warning: unused variable 'a' [-Wunused-variable]
  bool a=true;
       ^