Problem fun
User 0rang3
Submission Time 2026-05-14 01:20:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fun.cpp: In function ‘std::vector<int> createFunTour(int, int)’:
fun.cpp:14:55: error: ‘cite’ was not declared in this scope
14 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26]
| ^~~~
fun.cpp:14:59: error: expected ‘,’ before ‘:’ token
14 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26]
| ^
| ,
fun.cpp:14:59: error: expected identifier before ‘:’ token
fun.cpp: In lambda function:
fun.cpp:15:5: error: expected ‘{’ before ‘}’ token
15 | }
| ^
fun.cpp: In function ‘std::vector<int> createFunTour(int, int)’:
fun.cpp:14:64: error: expected ‘;’ before ‘}’ token
14 | dist[i][j] = dist[j][i] = hoursRequired(i, j); [cite: 26]
|