Borderou de evaluare (job #2723461)
Utilizator | Data | 14 martie 2021 07:59:51 | |
---|---|---|---|
Problema | Algoritmul lui Dijkstra | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:9:13: error: redefinition of 'std::ifstream fin'
ifstream fin("dijkstra.out");
^
main.cpp:8:10: note: 'std::ifstream fin' previously declared here
ifstream fin("dijkstra.in");
^~~
main.cpp:11:16: error: 'INT_MAX' was not declared in this scope
const int oo = INT_MAX;
^~~~~~~
main.cpp: In function 'void afisare()':
main.cpp:80:9: error: 'fout' was not declared in this scope
fout<<d[i]<<" ";
^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !