# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1151841 | arsen23 | CONSUL (info1cup19_consul) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "grader.h"
#define all(v) v.begin(), v.end()
#define pb push_back
#define F first
#define S second
#define in insert
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
const int N = 1e5 + 123;
const int P = 320;
const int mod = 1e9 + 7;
int n, m, k;
int a[N];
int b[N];
int cnt = 0;
bool used[N];
bool usedd[N];