| Problem | oranges2 |
|---|---|
| User | bachnguyen123 |
| Submission Time | 2025-12-08 17:24:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
oranges2.cpp: In function ‘int main()’:
oranges2.cpp:68:11: error: ‘class std::vector<edge>’ has no member named ‘sort’
68 | edges.sort(edges.begin(), edges.end(), cmp);
| ^~~~
oranges2.cpp:92:27: error: ‘x’ was not declared in this scope
92 | int lca = qry_lca(x,y);
| ^
oranges2.cpp:92:29: error: ‘y’ was not declared in this scope
92 | int lca = qry_lca(x,y);
| ^