Problem convexhull
User PlayVoltz
Submission Time 2023-10-08 15:34:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

convexhull.cpp: In function ‘int32_t main()’:
convexhull.cpp:53:13: error: no matching function for call to ‘LichaoTree::LichaoTree()’
53 | LichaoTree lct;
| ^~~
convexhull.cpp:17:5: note: candidate: ‘LichaoTree::LichaoTree(long long int, long long int)’
17 | LichaoTree(long long minX, long long maxX) {
| ^~~~~~~~~~
convexhull.cpp:17:5: note: candidate expects 2 arguments, 0 provided
convexhull.cpp:14:8: note: candidate: ‘LichaoTree::LichaoTree(const LichaoTree&)’
14 | struct LichaoTree {
| ^~~~~~~~~~
convexhull.cpp:14:8: note: candidate expects 1 argument, 0 provided
convexhull.cpp:14:8: note: candidate: ‘LichaoTree::LichaoTree(LichaoTree&&)’
convexhull.cpp:14:8: note: candidate expects 1 argument, 0 provided