#include #include #include using namespace std; using ll = long long; string g="good", p="problem"; int f(string s, string& base){ int n=s.size(), ans=0; for(int i=0; i> s; int n=s.size(); vector ch(n, 1e9); for(int i=4; i+6> t; while(t--) solve(); return 0; }