Problem | convexhull |
---|---|
User | PlayVoltz |
Submission Time | 2023-10-08 15:34:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
convexhull.cpp: In function ‘int32_t main()’:
convexhull.cpp:53:2: error: ‘LiChaoTree’ was not declared in this scope; did you mean ‘LichaoTree’?
53 | LiChaoTree lct;
| ^~~~~~~~~~
| LichaoTree
convexhull.cpp:59:4: error: ‘lct’ was not declared in this scope
59 | lct.addLine(Line(b, c));
| ^~~
convexhull.cpp:63:10: error: ‘lct’ was not declared in this scope
63 | cout<<lct.query(b)<<"\n";
| ^~~