Run id: 7749

Main.cc: In function 'int akm(int, int)':
Main.cc:11:14: error: lvalue required as left operand of assignment
     if(m>0&&n=0){
              ^
Main.cc:17:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^