| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1138091 | poat | Homecoming (BOI18_homecoming) | C++17 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "homecoming.h"
#define int long long
using namespace std;
long long solve(int N, int K, int *A, int *B){
return 0;
}
