| Problem | fun |
|---|---|
| User | 0rang3 |
| Submission Time | 2026-05-14 01:19: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:18:61: error: ‘cite’ was not declared in this scope
18 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26, 29]
| ^~~~
fun.cpp:18:65: error: expected ‘,’ before ‘:’ token
18 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26, 29]
| ^
| ,
fun.cpp:18:65: error: expected identifier before ‘:’ token
fun.cpp:18:69: error: expected ‘]’ before ‘,’ token
18 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26, 29]
| ^
| ]
fun.cpp: In lambda function:
fun.cpp:18:6