Run id: 102379

Main.cc: In function 'int main()':
Main.cc:8:7: error: 'n' was not declared in this scope
  c=2*(n+m);
       ^
Main.cc:8:9: error: 'm' was not declared in this scope
  c=2*(n+m);
         ^