/in/foo.cc:8:13: error: expected primary-expression before ';' token
const int N=;
^
/in/foo.cc:9:19: error: size of array 'a' is not an integral constant-expression
int n,m,r,c,a[N][N],k[N],d[N];
^
/in/foo.cc:9:19: error: size of array 'a' is not an integral constant-expression
/in/foo.cc:9:24: error: size of array 'k' is not an integral constant-expression
int n,m,r,c,a[N][N],k[N],d[N];
^
/in/foo.cc:9:29: error: size of array 'd' is not an integral constant-expression
int n,m,r,c,a[N][N],k[N],d[N];
^
/in/foo.cc:10:12: error: size of array 'dp' is not an integral constant-expression
int dp[N][N],sum[N][N],ans=0x3f3f3f3f;
^
/in/foo.cc:10:12: error: size of array 'dp' is not an integral constant-expression
/in/foo.cc:10:22: error: size of array 'sum' is not an integral constant-expression
int dp[N][N],sum[N][N],ans=0x3f3f3f3f;
^
/in/foo.cc:10:22: error: size of array 'sum' is not an integral constant-expression
/in/foo.cc:11:11: error: size of array 'vis' is not an integral constant-expression
bool vis[N];
^