Run id: 137472

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'cher' was not declared in this scope
     cher a;
     ^
Main.cc:9:15: error: expected primary-expression before ';' token
     int s=0,x=;
               ^
Main.cc:10:10: error: 'a' was not declared in this scope
     cin>>a;
          ^
Main.cc:14:6: error: expected ';' before '}' token
      }
      ^
Main.cc: At global scope:
Main.cc:15:6: error: 'cout' does not name a type
      cout<