#include "printesa.h"

#include <vector>

bool can_escape(std::vector<int> x, std::vector<int> y) {
	return false;
}