Run id: 156243

Main.cc: In function 'int me(int, int)':
Main.cc:5:15: error: expected ';' before '<=' token
  for(int i=a,i<=b; i++) {
               ^
Main.cc:5:15: error: expected primary-expression before '<=' token
Main.cc: In function 'int main()':
Main.cc:11:14: error: 'm' was not declared in this scope
  cout<