0_0_39716010_13331.cpp: In function 'int main()':
0_0_39716010_13331.cpp:15:45: error: 'strcmp' was not declared in this scope
15 | if (strcmp(c[i], c[j]) == 0)
| ^~~~~~
0_0_39716010_13331.cpp:2:1: note: 'strcmp' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include<iostream>
+++ |+#include <cstring>
2 | using namespace std;
|