0_0_17388619_17373.cpp: In function 'int dec(char*, char*)':
0_0_17388619_17373.cpp:7:23: error: 'strcmp' was not declared in this scope
a1=strcmp(a,"rock");
^
0_0_17388619_17373.cpp: In function 'int main()':
0_0_17388619_17373.cpp:70:27: error: 'memset' was not declared in this scope
memset(win,0,sizeof(win));
^
|