Run id: 96065

Main.cc: In function 'int main()':
Main.cc:4:4: error: 'a' was not declared in this scope
    a,b,c,d;
    ^
Main.cc:4:6: error: 'b' was not declared in this scope
    a,b,c,d;
      ^
Main.cc:4:8: error: 'c' was not declared in this scope
    a,b,c,d;
        ^
Main.cc:4:10: error: 'd' was not declared in this scope
    a,b,c,d;
          ^