Problem oranges2
User personjs
Submission Time 2025-03-07 17:58:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp: In function ‘int main()’:
oranges2.cpp:74:26: error: cannot resolve overloaded function ‘get’ based on conversion to type ‘int’
74 | result = get<0>edges[mid]; // Store the maximum edge weight for this query
| ^~~~~~