#include const int N=100;int a[2N][2N]={ 0 };struct Dir{ int row,col;}
int main(){
int a[2N][2N]={ 0 };报错无法运行
报错信息是什麽?