Problem | sightseeing |
---|---|
User | FelixKS |
Submission Time | 2025-02-26 18:04:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sightseeing.cpp: In function ‘void kruskal()’:
sightseeing.cpp:25:34: error: expected ‘;’ before ‘)’ token
25 | sort(graph.begin(), graph.end())); // apply greater<pair<int, edge>>() for MaxST
| ^
| ;