Borderou de evaluare (job #3192653)
Utilizator | Data | 13 ianuarie 2024 09:34:07 | |
---|---|---|---|
Problema | Floyd-Warshall/Roy-Floyd | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:18:25: warning: statement has no effect [-Wunused-value]
18 | c[i][j] == 1000000;
| ~~~~~~~~^~~~~~~~~~
main.cpp:35:27: error: 'INT_MAX' was not declared in this scope
35 | if(c[i][j] != INT_MAX) fout << c[i][j] << " ";
| ^~~~~~~
main.cpp:2:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
1 | #include <fstream>
+++ |+#include <climits>
2 |
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !