运行 ID: 75526

Main.cc: In function ‘int main()’:
Main.cc:29:8: error: ‘i’ was not declared in this scope
     if(i==-1||j==-1){
        ^
Main.cc:29:15: error: ‘j’ was not declared in this scope
     if(i==-1||j==-1){
               ^