Problem convexhull
User AlphanumericUsername
Submission Time 2023-01-14 21:48:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

convexhull.cpp: In constructor ‘line::line()’:
convexhull.cpp:11:15: error: ‘INF’ was not declared in this scope
11 | line(){m=-INF,c=-INF;}
| ^~~