#include #include char s[10000001]; char f(int cnt) { if (cnt==1) return s[0]; for (int i=0;i