Run id: 104189

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'a' was not declared in this scope
     a,b,c;
     ^
Main.cc:8:7: error: 'b' was not declared in this scope
     a,b,c;
       ^
Main.cc:8:9: error: 'c' was not declared in this scope
     a,b,c;
         ^