#include <iostream>
#include <vector>

using namespace std;

int main() {
	vector<vector<int>> a;
	return 0;
}