运行 ID: 15478

Main.cc: In function ‘int main()’:
Main.cc:21:22: error: expected ‘;’ before ‘}’ token
   21 |          cin>>a[i][j]
      |                      ^
      |                      ;
   22 |      }
      |      ~