0_0_21156673_8150.cpp: In function 'int main()':
0_0_21156673_8150.cpp:25:37: error: 'memset' was not declared in this scope
memset(visit,0,sizeof(visit));
^
0_0_21156673_8150.cpp:29:33: error: 'strcmp' was not declared in this scope
if(strcmp(str,"STOP")==0)
^
|