Borderou de evaluare (job #1438991)
Utilizator | Data | 21 mai 2015 11:14:23 | |
---|---|---|---|
Problema | Algoritmul Bellman-Ford | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void adauga(int, int, int)’:
user.cpp:29:2: error: ‘Nod’ was not declared in this scope
Nod *q = new Nod;
^
user.cpp:29:7: error: ‘q’ was not declared in this scope
Nod *q = new Nod;
^
user.cpp:29:15: error: expected type-specifier before ‘Nod’
Nod *q = new Nod;
^
user.cpp:29:15: error: expected ‘;’ before ‘Nod’
user.cpp:32:12: error: ‘Vecin’ was not declared in this scope
q->next = Vecin[x];
^
user.cpp: In function ‘void bellman_ford()’:
user.cpp:46:3: error: ‘t’ was not declared in this scope
t = Vecin[j];
^
user.cpp:46:7: error: ‘Vecin’ was not declared in this scope
t = Vecin[j];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !