Borderou de evaluare (job #2127439)
Utilizator | Data | 10 februarie 2018 17:44:28 | |
---|---|---|---|
Problema | Flux maxim de cost minim | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:21:1: error: expected initializer before ‘int’
int costDrumTotal ;
^
user.cpp: In function ‘void bellmann()’:
user.cpp:64:5: error: ‘costDrumTotal’ was not declared in this scope
costDrumTotal = costDrum[D];
^
user.cpp: In function ‘void fluxMaxim()’:
user.cpp:154:5: error: ‘costMaxim’ was not declared in this scope
costMaxim = 0;
^
user.cpp:168:9: error: ‘costDrumTotal’ was not declared in this scope
costDrumTotal += costDrum[D];
^
user.cpp: In function ‘int main()’:
user.cpp:178:12: error: ‘costMaxim’ was not declared in this scope
out << costMaxim;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !