Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2827741)
| Utilizator | Data | 6 ianuarie 2022 11:55:39 | |
|---|---|---|---|
| Problema | Distante | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 60 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'bool UndirectedGraph::havelHakimi(std::vector<int>)':
main.cpp:565:23: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
565 | if(degrees[0] > degrees.size() - loops)
main.cpp: In member function 'std::vector<int> DirectedGraph::topologicalSorting()':
main.cpp:685:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
685 | for(int node = 1; node < visited.size(); ++node)
| ~~~~~^~~~~~~~~~~~~~~~
main.cpp: In function 'void MIN_SPANNING_TREE_INFO_ARENA()':
main.cpp:932:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
932 | for(int i = 2; i < ans.size(); i++)
| ~~^~~~~~~~~~~~
main.cpp: In function 'void DISJOINT_SETS_INFO_ARENA()':
main.cpp:1001:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
1001 | for(int i = 0; i < sameGroup.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 2ms | 184kb | OK | 10 | 10 |
| 2 | 11ms | 602kb | OK | 10 | 10 |
| 3 | 16ms | 630kb | OK | 10 | 10 |
| 4 | 45ms | 1531kb | OK | 10 | 10 |
| 5 | 69ms | 1486kb | OK | 10 | 10 |
| 6 | 189ms | 2469kb | OK | 10 | 10 |
| 7 | 198ms | 4628kb | OK | 10 | 0 |
| 8 | 83ms | 1531kb | OK | 10 | |
| 9 | 203ms | 2961kb | Time limit exceeded | 0 | |
| 10 | 194ms | 3563kb | OK | 10 | |
| Punctaj total | 60 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
