Borderou de evaluare (job #578330)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bigcircle (JBOI) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 ian. 2021 19:38:34 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:33:13: error: 'sqrt' was not declared in this scope
33 | val = sqrt((v[i].x - v[(i + 1) % n].x) * (v[i].x - v[(i + 1) % n].x) + (v[i].y - v[(i + 1) % n].y) * (v[i].y - v[(i + 1) % n].y));
| ^~~~