运行 ID: 51242

Main.cc: In function ‘int main()’:
Main.cc:5:18: error: ‘m’ was not declared in this scope
     for (int i = m;i>=n;i-=2){
                  ^
Main.cc:5:23: error: ‘n’ was not declared in this scope
     for (int i = m;i>=n;i-=2){
                       ^