0_0_21925150_9136.cpp: In function 'void init()':
0_0_21925150_9136.cpp:23:34: error: 'memset' was not declared in this scope
memset(head, -1, sizeof(head));
^
0_0_21925150_9136.cpp: In function 'int main()':
0_0_21925150_9136.cpp:90:35: error: 'memset' was not declared in this scope
memset(vis, 0, sizeof(vis));
^
|