0_0_39719287_13231.cpp:19:16: error: expected primary-expression before ']' token
19 | int cnt[N][N*N*];
| ^
0_0_39719287_13231.cpp: In function 'void Silverwolf()':
0_0_39719287_13231.cpp:27:12: error: 'cnt' was not declared in this scope; did you mean 'int'?
27 | memset(cnt,0,sizeof cnt);
| ^~~
| int
|