Pagini recente » Borderou de evaluare (job #404215) | Borderou de evaluare (job #270041) | Borderou de evaluare (job #1176550) | Borderou de evaluare (job #2925615) | Borderou de evaluare (job #2907298)
Borderou de evaluare (job #2907298)
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::bfs(std::queue<int>&, std::vector<bool>&, std::vector<int>&)':
main.cpp:100:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
100 | for(int i=0; i<adjacency_list[current_node].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BFSInfoarena()':
main.cpp:135:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
135 | for(int i = 1; i < rezolvare.size(); i++){
| ~~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::dfs(int, std::vector<bool>&)':
main.cpp:143:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
143 | for(int i = 0; i < adjacency_list[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::Topological_Sort(int, std::vector<bool>&, std::vector<int>&)':
main.cpp:177:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
177 | for(int i=0; i<adjacency_list[x].size(); i++){
| ~^~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::bcc(int, int, std::vector<int>&, std::vector<int>&, std::stack<edge>&, int&, std::vector<std::set<int> >&, std::vector<bool>&)':
main.cpp:211:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
211 | for(int i = 0; i < adjacency_list[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void BiconexInfoarena()':
main.cpp:266:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::set<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
266 | for(int i = 0; i < bc_components.size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void APMInfoarena()':
main.cpp:387:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
387 | for(int i = 0; i < APM.size(); i++){
| ~~^~~~~~~~~~~~
main.cpp: In member function 'void Graph::Dijkstra(std::vector<int>&, std::priority_queue<std::pair<int, int>, std::vector<std::pair<int, int> >, std::greater<std::pair<int, int> > >&)':
main.cpp:404:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edge_with_cost>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
404 | for (int i = 0; i < adjacency_list_with_costs[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graph::BellmanFord(std::vector<int>&, std::queue<int>&)':
main.cpp:457:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edge_with_cost>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
457 | for(int i = 0; i < adjacency_list_with_costs[x].size(); i++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 1ms | 184kb | OK | 5 | 5 |
| 2 | 1ms | 184kb | OK | 5 | 5 |
| 3 | 1ms | 184kb | OK | 5 | 5 |
| 4 | 1ms | 184kb | OK | 5 | 5 |
| 5 | 1ms | 184kb | OK | 5 | 5 |
| 6 | 1ms | 184kb | OK | 5 | 10 |
| 7 | 1ms | 184kb | OK | 5 |
| 8 | 57ms | 2080kb | OK | 5 | 15 |
| 9 | 52ms | 2453kb | OK | 5 |
| 10 | 6ms | 438kb | OK | 5 |
| 11 | 109ms | 3559kb | OK | 5 | 20 |
| 12 | 113ms | 5095kb | OK | 5 |
| 13 | 104ms | 4132kb | OK | 5 |
| 14 | 327ms | 7233kb | OK | 5 |
| 15 | 252ms | 8245kb | OK | 5 | 15 |
| 16 | 200ms | 7380kb | OK | 5 |
| 17 | 8ms | 339kb | OK | 5 |
| 18 | 295ms | 10014kb | OK | 5 | 15 |
| 19 | 293ms | 11780kb | OK | 5 |
| 20 | 13ms | 856kb | OK | 5 |
| Punctaj total | 100 |