0_0_18413227_30339.cpp: In function 'int cmp1(stu, stu)':
0_0_18413227_30339.cpp:13:29: error: 'strcmp' was not declared in this scope
return strcmp(a.node,b.node)<0;
^
0_0_18413227_30339.cpp: In function 'int cmp2(stu, stu)':
0_0_18413227_30339.cpp:17:26: error: 'strcmp' was not declared in this scope
if(!strcmp(a.name,b.name))
^
0_0_18413227_30339.cpp: In function 'int cmp3(stu, stu)':
0_0_18413227_30339.cpp:24:29: error: 'strcmp' was not declared in this scope
return strcmp(a.node,b.node)<0;
^
0_0_18413227_30339.cpp: In function 'int main()':
0_0_18413227_30339.cpp:43:10: error: expected '}' at end of input
return 0;
^
|