Problem convexhull
User PlayVoltz
Submission Time 2023-10-01 14:01:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
convexhull.cpp: In function ‘int main()’:
convexhull.cpp:43:17: error: ‘LLONG_’ was not declared in this scope; did you mean ‘LLONG_MIN’?
43 | lct = new node(LLONG_,MIN, LLONG_MAX);
| ^~~~~~
| LLONG_MIN
convexhull.cpp:43:24: error: ‘MIN’ was not declared in this scope
43 | lct = new node(LLONG_,MIN, LLONG_MAX);
| ^~~