0_0_38666608_28617.cpp: In function 'int main()':
0_0_38666608_28617.cpp:60:26: error: 'strlen' was not declared in this scope
60 | while(gets(str)&&strlen(str)){
| ^~~~~~
0_0_38666608_28617.cpp:5:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include <algorithm>
+++ |+#include <cstring>
5 | using namespace std;
|