Run id: 3222

Main.cc: In function 'int mi(int, int)':
Main.cc:7:5: error: expected ';' before 'return'
     return mi(x,n-1)*x;
     ^