语法错误( error: array bound is not an integer constant before ‘]’ token)
对于这个错误我要吐血了
#include<iostream>
#include<cstdio>
using namespace std;
const int N=1010;//(仅仅是因为这个地方忘记写const了!!!!)
int a[N][N],s[N][N];
int main()
{···}
==仅仅是因为忘记写const了!!!!==然后就处处报错,‘s’ / ‘a’ was not declared in this scope?!
小朋友,你是否也觉得很emmm.