Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2811366)
| Utilizator | Data | 1 decembrie 2021 23:18:51 | |
|---|---|---|---|
| Problema | Floyd-Warshall/Roy-Floyd | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::criticalConnDFS(int, int, std::vector<std::vector<int> >&)':
main.cpp:247:72: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
247 | bool isCrtNodeArticulationPoint = isSolvingBiconnected == true && (lowestLevelReached[childNodeIdx] >= ingressTimestamp[crtNodeIdx]) || (lowestLevelReached[childNodeIdx] > ingressTimestamp[crtNodeIdx]);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'std::pair<int, std::vector<std::pair<int, int> > > Graph::getMSPAndTotalCost(std::__cxx11::list<std::pair<int, int> >*&, const int&)':
main.cpp:478:53: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
478 | while (!edgesWithMinCost.empty() && result.size() < expectedEdges) {
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
main.cpp: In lambda function:
main.cpp:725:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
725 | if (crtNodeDeg > degSequence.size()) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1ms | 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 | 315kb | OK | 10 |
| 8 | 6ms | 290kb | OK | 10 |
| 9 | 6ms | 331kb | OK | 10 |
| 10 | 11ms | 356kb | OK | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
