#pragma once
#include <string>
#include <vector>

int solve(int N, int K, std::string w, std::vector<int> l);
