运行 ID: 73282

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