Borderou de evaluare (job #2473519)
Utilizator | Data | 13 octombrie 2019 19:08:52 | |
---|---|---|---|
Problema | Catun | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void Dijkstra()':
main.cpp:43:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < G[Node].size(); i++) {
~~^~~~~~~~~~~~~~~~
main.cpp:53:35: error: 'Vode' was not declared in this scope
else if(D[Vecin] == D[Vode] + Cost){
^~~~
main.cpp:60:14: error: a function-definition is not allowed here before '{' token
void Print() {
^
main.cpp:70:13: error: a function-definition is not allowed here before '{' token
int main () {
^
main.cpp:75:1: error: expected '}' at end of input
}
^
main.cpp:75:1: error: expected '}' at end of input
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !