0_0_24395653_29217.cpp: In function 'int main()':
0_0_24395653_29217.cpp:16:30: error: 'strcmp' was not declared in this scope
if (strcmp(a, shengxiao[i]) == 0)
^
0_0_24395653_29217.cpp:18:30: error: 'strcmp' was not declared in this scope
if (strcmp(b, shengxiao[i]) == 0)
^
|