Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2818426)
| Utilizator | Data | 16 decembrie 2021 00:39:45 | |
|---|---|---|---|
| Problema | Floyd-Warshall/Roy-Floyd | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In function 'void rezolvaBFS()':
main.cpp:558:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
558 | for (int i = 1; i < distante.size(); i++)
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'void rezolvaRoyFloyd()':
main.cpp:761:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
761 | for (int i = 1; i < distante.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~
main.cpp:762:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
762 | for (int j = 1; j < distante.size(); j++)
| ~~^~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 2ms | 184kb | OK | 10 |
| 2 | 2ms | 184kb | OK | 10 |
| 3 | 2ms | 184kb | OK | 10 |
| 4 | 2ms | 184kb | OK | 10 |
| 5 | 2ms | 184kb | OK | 10 |
| 6 | 2ms | 184kb | OK | 10 |
| 7 | 6ms | 274kb | OK | 10 |
| 8 | 6ms | 278kb | OK | 10 |
| 9 | 6ms | 331kb | OK | 10 |
| 10 | 6ms | 294kb | OK | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
