#include #include #include #include using namespace std; int main(){ string s; cin >> s; wstring_convert, char32_t> converter; u32string res = converter.from_bytes(s); int i, cnt=0, max=0; for (i=0; imax) max=cnt; } else { cnt=0; } } cout << max << endl; return 0; }