Problem convexhull
User PlayVoltz
Submission Time 2023-09-24 17:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

convexhull.cpp: In function ‘void insert(long long int, long long int)’:
convexhull.cpp:21:24: error: expected ‘;’ before ‘}’ token
21 | convexhull.pop_back()
| ^
| ;
22 | }
| ~