Problem | convexhull |
---|---|
User | JustKitkat |
Submission Time | 2024-12-28 11:18:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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
| ^
| ;