#include <vector>

std::vector<int> solve(int N, std::vector<int> a, std::vector<int> b);
