#include <vector>

using namespace std;

long long harvest(int n, int m, int k, vector<int>& p,
				  vector<int>& v, vector<int>& d, vector<int>& w) {
	return 42; // Ahah so original
}
