#include "micul-string.h"

int solve(int N, int K, std::string w, std::vector<int> l) {
  // your solution here
  return 42; // not always the real answer :(
}