Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2821675)
| Utilizator | Data | 22 decembrie 2021 21:17:45 | |
|---|---|---|---|
| Problema | Ciclu hamiltonian de cost minim | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'std::vector<int> Graph::topological_sort()':
main.cpp:153:26: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
153 | if(zero_nodes.size() < n) /// if there are less than n nodes in the vector then there is at least 1 cycle in the graph so it can't be sorted
| ~~~~~~~~~~~~~~~~~~^~~
main.cpp: In member function 'int Graph::get_tree_diameter()':
main.cpp:491:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
491 | for(auto i=1;i<viz.size();++i)
| ~^~~~~~~~~~~
main.cpp: In member function 'std::vector<int> Graph::find_eulerian_cycle()':
main.cpp:665:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
665 | for(auto i=0; i<edges.size(); ++i)
| ~^~~~~~~~~~~~~
main.cpp: In member function 'bool Graph::bfs_HK(std::vector<int>&, std::vector<int>&, std::vector<int>&)':
main.cpp:713:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
713 | for(auto i=1; i<pairU.size(); ++i)
| ~^~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 2ms | 184kb | OK | 5 |
| 2 | 2ms | 184kb | OK | 5 |
| 3 | 2ms | 184kb | OK | 5 |
| 4 | 2ms | 184kb | OK | 5 |
| 5 | 2ms | 184kb | OK | 5 |
| 6 | 2ms | 184kb | OK | 5 |
| 7 | 54ms | 7041kb | OK | 5 |
| 8 | 53ms | 7024kb | OK | 5 |
| 9 | 20ms | 1589kb | OK | 5 |
| 10 | 21ms | 1617kb | OK | 5 |
| 11 | 20ms | 1617kb | OK | 5 |
| 12 | 20ms | 1703kb | OK | 5 |
| 13 | 20ms | 1585kb | OK | 5 |
| 14 | 21ms | 1622kb | OK | 5 |
| 15 | 480ms | 27574kb | OK | 5 |
| 16 | 450ms | 27467kb | OK | 5 |
| 17 | 276ms | 27471kb | OK | 5 |
| 18 | 626ms | 27533kb | OK | 5 |
| 19 | 456ms | 27529kb | OK | 5 |
| 20 | 595ms | 27529kb | OK | 5 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
