#include <vector>

int plan_vacation(int N, std::vector<int> L, std::vector<int> R, long long K);
