Run id: 144719

Main.cc: In function 'int main()':
Main.cc:5:10: error: expected initializer before '==' token
     int a==0;
          ^
Main.cc:11:8: error: expected ',' or ';' before '}' token
        }
        ^
Main.cc:15:9: error: 't' was not declared in this scope
         t--;
         ^
Main.cc: At global scope:
Main.cc:27:2: error: expected unqualified-id before 'return'
  return 0;   
  ^
Main.cc:28:1: error: expected declaration before '}' token
 }
 ^