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:42:11: error: '::h' has not been declared
memset(::h, 0x3f, sizeof(::h));
^
wombats.cpp:42:29: error: '::h' has not been declared
memset(::h, 0x3f, sizeof(::h));
^
wombats.cpp:42:2: error: 'memset' was not declared in this scope
memset(::h, 0x3f, sizeof(::h));
^~~~~~
wombats.cpp:42:2: note: suggested alternative: 'fd_set'
memset(::h, 0x3f, sizeof(::h));
^~~~~~
fd_set
wombats.cpp: In function 'void changeH(int, int, int)':
wombats.cpp:58:8: error: 'bs' was not declared in this scope
upd(a/bs,a/bs,1,0,BN-1);
^~
wombats.cpp:58:8: note: suggested alternative: 'b'
upd(a/bs,a/bs,1,0,BN-1);
^~
b
wombats.cpp:58:2: error: 'upd' was not declared in this scope
upd(a/bs,a/bs,1,0,BN-1);
^~~
wombats.cpp: In function 'void changeV(int, int, int)':
wombats.cpp:63:8: error: 'bs' was not declared in this scope
upd(a/bs,a/bs,1,0,BN-1);
^~
wombats.cpp:63:8: note: suggested alternative: 'b'
upd(a/bs,a/bs,1,0,BN-1);
^~
b
wombats.cpp:63:2: error: 'upd' was not declared in this scope
upd(a/bs,a/bs,1,0,BN-1);
^~~
wombats.cpp: In function 'int escape(int, int)':
wombats.cpp:67:9: error: 'st' was not declared in this scope
return st[1][a][b];
^~
wombats.cpp:67:9: note: suggested alternative: 'sgt'
return st[1][a][b];
^~
sgt