0_0_39774372_12961.cpp: In function 'int main()':
0_0_39774372_12961.cpp:92:23: error: 'strlen' was not declared in this scope
92 | maxPosition = strlen(s) - 1;
| ^~~~~~
0_0_39774372_12961.cpp:6:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
5 | #include<algorithm>
+++ |+#include <cstring>
6 | using namespace std;
|