grader.c: In function 'int main()':
grader.c:15:6: warning: variable 'res' set but not used [-Wunused-but-set-variable]
int res;
^~~
wombats.cpp: In function 'void init(int, int, int (*)[200], int (*)[200])':
wombats.cpp:20:4: error: incompatible types in assignment of 'int (*)[200]' to 'int [5000][200]'
H=H_raw;
^~~~~
wombats.cpp:21:2: error: 'C' was not declared in this scope
C=C_raw;
^
wombats.cpp:21:4: error: 'C_raw' was not declared in this scope
C=C_raw;
^~~~~
wombats.cpp:21:4: note: suggested alternative: 'r_raw'
C=C_raw;
^~~~~
r_raw