Borderou de evaluare (job #1822307)
Utilizator | Data | 4 decembrie 2016 18:42:53 | |
---|---|---|---|
Problema | Cele mai apropiate puncte din plan | Status | done |
Runda | Arhiva educationala | Compilator | java | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
Main.java:8: error: cannot find symbol
import static java.lang.Long.min;
^
symbol: static min
location: class
Main.java:55: error: cannot find symbol
Long dmin = min(d1, d2);
^
symbol: method min(Long,Long)
location: class Main
Main.java:66: error: cannot find symbol
pRight.sort(new Comparator<Point>() {
^
symbol: method sort(<anonymous Comparator<Point>>)
location: variable pRight of type ArrayList<Point>
Main.java:88: error: cannot find symbol
dmin = min(dmin, dnow);
^
symbol: method min(Long,Long)
location: class Main
4 errors
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !