#include #include using namespace std; int main(){ cin.tie(0); ios::sync_with_stdio(false); char input; vector s; int t, u, size; while((input=cin.get())!=' ') s.push_back(input); size=s.size(); cin >> t >> u; for(int i=0; i