0_0_20538614_32736.cpp: In function 'int mex(int)':
0_0_20538614_32736.cpp:17:32: error: 'memset' was not declared in this scope
memset(vis, false, sizeof(vis));
^
0_0_20538614_32736.cpp: In function 'int main()':
0_0_20538614_32736.cpp:35:28: error: 'memset' was not declared in this scope
memset(sg, -1, sizeof(sg));
^
|