0_0_19992071_22581.cpp: In function 'int main()':
0_0_19992071_22581.cpp:14:29: error: 'memset' was not declared in this scope
memset(num, 0, sizeof(num));
^
0_0_19992071_22581.cpp:20:34: error: 'strcmp' was not declared in this scope
if (strcmp(color[i], color[j]) == 0)
^
0_0_19992071_22581.cpp:25:29: error: 'strcpy' was not declared in this scope
strcpy(name[k], color[i]);
^
0_0_19992071_22581.cpp:33:9: error: 's' was not declared in this scope
if (s
^
0_0_19992071_22581.cpp:33:9: error: expected ')' at end of input
0_0_19992071_22581.cpp:33:9: error: expected statement at end of input
0_0_19992071_22581.cpp:33:9: error: expected '}' at end of input
0_0_19992071_22581.cpp:33:9: error: expected '}' at end of input
0_0_19992071_22581.cpp:33:9: error: expected '}' at end of input
0_0_19992071_22581.cpp:33:9: error: expected '}' at end of input
|