#include <vector>
using namespace std;

int gioca (int N, int K, vector<vector<int>> M) {
    return 42;
}
