Run id: 112956

Main.cc: In function 'int main()':
Main.cc:4:5: error: 'a' was not declared in this scope
     a = 20;
     ^
Main.cc:5:5: error: 'b' was not declared in this scope
     b = 30;
     ^