Run id: 104920

Main.cc: In function 'int main()':
Main.cc:9:10: error: 'B' was not declared in this scope
     (0a,B>100)
          ^
Main.cc:8:11: warning: unused variable 'b' [-Wunused-variable]
     int a,b;                                  
           ^
Main.cc: At global scope:
Main.cc:222:5: error: expected unqualified-id before 'return'
     return 0;
     ^
Main.cc:223:1: error: expected declaration before '}' token
 }
 ^