#include int cnt[5000]; int main(){ int N; std::string S; std::cin>>N; std::cin>>S; for(int len=2;len<=N;++len){ for(int i=0;i