# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1255929 | comgaTramAnh | Dreaming (IOI13_dreaming) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "dreaming.h"
int travelTime(int N, int M, int L, vector <int> a, vector <int> b, vector <int> t) {
return 0;
}