# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1250004 | Aliyyiakbar | World Map (IOI25_worldmap) | C++20 | 0 ms | 0 KiB |
#include "bits/stdc++.h"
#include "worldmap.h"
using namespace std;
vector<vector<int>> create_map(int n, int m, vector<int> a, vector<int> b)
{
vector<vector<int>> ans(2 * n, vector<int>(2 * n, 1));
if (m > 0)
{
ans[0][0] = A[0];
ans[0][1] = B[0];
}
return ans;
}