0_0_39646967_17798.cpp: In function 'int main()':
0_0_39646967_17798.cpp:143:21: error: 'maxlen' was not declared in this scope; did you mean 'mbrlen'?
143 | maxlen = ss.size();
| ^~~~~~
| mbrlen
0_0_39646967_17798.cpp:150:17: error: 'maxlen' was not declared in this scope; did you mean 'mbrlen'?
150 | maxlen = ss.size();
| ^~~~~~
| mbrlen
|