Problem convexhull
User JustKitkat
Submission Time 2024-12-28 11:18:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

convexhull.cpp:12:5: error: expected primary-expression before β€˜int’
12 | int div(int a, int b) { // floored division
| ^~~
convexhull.cpp:11:26: error: expected β€˜;’ at end of member declaration
11 | static const int inf = // implement this
| ^
| ;