Problem | convexhull |
---|---|
User | JustKitkat |
Submission Time | 2024-12-28 11:18:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
convexhull.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
convexhull.cpp:13:5: note: in expansion of macro ‘int’
13 | int div(int a, int b) { // floored division
| ^~~
convexhull.cpp:12:26: error: expected ‘;’ at end of member declaration
12 | static const int inf = // implement this
| ^
| ;