Borderou de evaluare (job #2491833)
Utilizator | Data | 13 noiembrie 2019 12:15:40 | |
---|---|---|---|
Problema | Cele mai apropiate puncte din plan | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'double distanta_minima_banda(std::vector<Point>&, double)':
main.cpp:24:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < banda.size(); i++)
~~^~~~~~~~~~~~~~
main.cpp:25:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = i+1; j < banda.size(); j++)
~~^~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:77:37: error: 'sqrt' was not declared in this scope
out<<sqrt(distanta_minima(0,n-1));
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !