#include class Solution { public: std::string longestNiceSubstring(const std::string& s) { } };