运行 ID: 26189

Main.cc: In function ‘int main()’:
Main.cc:8:8: error: ‘i’ was not declared in this scope
  int a[i][j];
        ^
Main.cc:8:11: error: ‘j’ was not declared in this scope
  int a[i][j];
           ^