Run id: 125393

Main.cc: In function 'int main()':
Main.cc:4:7: error: expected initializer before '*' token
  int a*10+b;
       ^
Main.cc:6:8: error: 'a' was not declared in this scope
  int c=a*10+b;
        ^