Borderou de evaluare (job #3162646)
Utilizator | Data | 29 octombrie 2023 16:31:34 | |
---|---|---|---|
Problema | Patrol2 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:238:119: error: incomplete type 'std::numeric_limits<int>' used in nested name specifier
238 | std::vector<std::vector<int>> distances(numNodes, std::vector<int>(MAX_COMMON_MULTIPLE, std::numeric_limits<int>::max()));
| ^~~
main.cpp:276:49: error: incomplete type 'std::numeric_limits<int>' used in nested name specifier
276 | int minDistance = std::numeric_limits<int>::max();
| ^~~
main.cpp:285:58: error: incomplete type 'std::numeric_limits<long unsigned int>' used in nested name specifier
285 | fout << (minDistance == std::numeric_limits<size_t>::max() ? UNREACHABLE : minDistance) << "\n";
| ^~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !