Borderou de evaluare (job #2351843)
Utilizator | Data | 22 februarie 2019 19:04:02 | |
---|---|---|---|
Problema | Cuplaj maxim de cost minim | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void belmanFord()':
main.cpp:24:40: error: 'memset' was not declared in this scope
memset(old, 0x0f0f0f0f, sizeof(old));
^
main.cpp: In function 'bool dijkastra()':
main.cpp:49:42: error: 'memset' was not declared in this scope
memset(dist, 0x0f0f0f0f, sizeof(dist));
^
main.cpp:76:34: error: 'memcpy' was not declared in this scope
memcpy(old, real, sizeof(old));
^
main.cpp:78:19: error: 'INT_MAX' was not declared in this scope
int minFlow = INT_MAX;
^~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !