0_0_39295116_17826.cpp: In function 'bool cmp(const student&, const student&)':
0_0_39295116_17826.cpp:14:29: error: 'strcmp' was not declared in this scope
14 | if (strcmp(a.name, b.name) < 0)
| ^~~~~~
0_0_39295116_17826.cpp:5:1: note: 'strcmp' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include<algorithm>
+++ |+#include <cstring>
5 | using namespace std;
|