运行 ID: 71733

Main.cc: In function ‘int main()’:
Main.cc:10:25: error: ‘N’ was not declared in this scope
     for (int i = 0; i < N; i++) {
                         ^
Main.cc:16:18: error: ‘N’ was not declared in this scope
     for (int i = N-1; i >=0; i=i-1) {
                  ^