Problem convexhull
User Kiameimon
Submission Time 2023-12-24 15:56:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

convexhull.cpp: In function ‘int main()’:
convexhull.cpp:46:2: error: ‘LineContainer’ was not declared in this scope; did you mean ‘lineContainer’?
46 | LineContainer lc(tc);
| ^~~~~~~~~~~~~
| lineContainer
convexhull.cpp:51:4: error: ‘lc’ was not declared in this scope; did you mean ‘tc’?
51 | lc.add(k,m);
| ^~
| tc
convexhull.cpp:55:12: error: ‘lc’ was not declared in this scope; did you mean ‘tc’?
55 | cout << lc.query(x) << "\n";
| ^~
| tc