0_0_32235825_13557.cpp: In function 'int main()':
0_0_32235825_13557.cpp:74:30: error: cannot convert 'int*' to 'const char*' for argument '1' to 'int strcmp(const char*, const char*)'
if(strcmp(str,add)==0)
^
0_0_32235825_13557.cpp:77:34: error: cannot convert 'int*' to 'char*' for argument '1' to 'void Mypush(char*, int)'
Mypush(name,score);
^
0_0_32235825_13557.cpp:79:36: error: cannot convert 'int*' to 'const char*' for argument '1' to 'int strcmp(const char*, const char*)'
else if(strcmp(str,find)==0)
^
|