运行 ID: 118398

Main.cc: In function ‘int main()’:
Main.cc:26:7: error: ‘l’ was not declared in this scope
    if(l(m,i)>e){
       ^
Main.cc:32:12: error: ‘l’ was not declared in this scope
    int j=e/l(m,i-1);
            ^