0_0_28632969_23067.cpp: In function 'int cal_h()':
0_0_28632969_23067.cpp:36:33: error: 'memset' was not declared in this scope
memset(vis,false,sizeof(vis));
^
0_0_28632969_23067.cpp: In function 'bool IDA(int, int)':
0_0_28632969_23067.cpp:108:59: error: 'memset' was not declared in this scope
memset(available_colors,false,sizeof(available_colors));
^
|