0_0_38961732_3807.cpp: In function 'int main()':
0_0_38961732_3807.cpp:15:17: error: 'strlen' was not declared in this scope
15 | len=strlen(str);
| ^~~~~~
0_0_38961732_3807.cpp:3:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include<string>
+++ |+#include <cstring>
3 | int main()
|