| Problem | fun |
|---|---|
| User | Someone13912 |
| Submission Time | 2026-04-29 16:56:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fun.cpp: In function ‘std::vector<int> createFunTour(int, int)’:
fun.cpp:8:13: error: ‘hoursRequired’ was not declared in this scope
8 | if (hoursRequired(0, i) > hoursRequired(0, A)) {
| ^~~~~~~~~~~~~
fun.cpp:16:13: error: ‘hoursRequired’ was not declared in this scope
16 | if (hoursRequired(A, i) > hoursRequired(A, B)) {
| ^~~~~~~~~~~~~
fun.cpp:26:17: error: ‘hoursRequired’ was not declared in this scope
26 | int d = hoursRequired(A, i);
| ^~~~~~~~~~~~~