Problem | convexhull |
---|---|
User | ilikeeggs |
Submission Time | 2024-12-28 10:23:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
convexhull.cpp: In function ‘int32_t main()’:
convexhull.cpp:18:13: error: expected ‘,’ or ‘;’ before ‘for’
18 | for(int i=0; i<(int)eq.size(); i++){
| ^~~
convexhull.cpp:18:26: error: ‘i’ was not declared in this scope
18 | for(int i=0; i<(int)eq.size(); i++){
| ^