Borderou de evaluare (job #2643137)
Utilizator | Data | 18 august 2020 20:40:54 | |
---|---|---|---|
Problema | Ydist | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'long long int det(Point, Point, Point)':
main.cpp:6:69: error: 'cross' was not declared in this scope
long long det(Point a, Point b, Point c) { return cross(b - a, c - a); }
^
main.cpp: In lambda function:
main.cpp:27:41: error: 'cross' was not declared in this scope
long long c = cross(a.first, b.first);
^
main.cpp: In function 'int main()':
main.cpp:38:78: error: 'cross' was not declared in this scope
while (hull.size() >= 2 && cross(hull.end()[-2] - p, hull.end()[-1] - p) <= 0)
^
main.cpp:42:74: error: 'cross' was not declared in this scope
while (hull.size() >= 2 && cross(hull.end()[-1] - hull.end()[-2], p) <= 0)
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !