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