Borderou de evaluare (job #1852399)
Utilizator | Data | 20 ianuarie 2017 19:30:43 | |
---|---|---|---|
Problema | Catun | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:30:15: error: too few arguments to function ‘void Dijkstra(VI&, VI&)’
Dijkstra(d);
^
user.cpp:23:6: note: declared here
void Dijkstra(VI& f, VI& d);
^
user.cpp: In function ‘void Dijkstra(VI&, VI&)’:
user.cpp:44:26: error: ‘K’ was not declared in this scope
for (int i = 1; i <= K; ++i)
^
user.cpp:53:9: error: ‘x’ was not declared in this scope
x = Q.top().second; dx = Q.top().first;
^
user.cpp: In function ‘void Read()’:
user.cpp:76:22: error: ‘K’ was not declared in this scope
fin >> n >> m >> K;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !