Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2841034)
| Utilizator | Data | 29 ianuarie 2022 10:53:05 | |
|---|---|---|---|
| Problema | Flux maxim | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'void Graph::AddEdge(int, int, int)':
main.cpp:25:45: warning: narrowing conversion of '(&((Graph*)this)->Graph::G.std::vector<std::vector<muchie> >::operator[](((std::vector<std::vector<muchie> >::size_type)y)))->std::vector<muchie>::size()' from 'std::vector<muchie>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
25 | G[x].push_back({y, 0, cap, G[y].size()});
| ~~~~~~~~~^~
main.cpp:26:46: warning: narrowing conversion of '((&((Graph*)this)->Graph::G.std::vector<std::vector<muchie> >::operator[](((std::vector<std::vector<muchie> >::size_type)x)))->std::vector<muchie>::size() - 1)' from 'std::vector<muchie>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
26 | G[y].push_back({x, 0, 0, G[x].size() - 1});
| ~~~~~~~~~~~~^~~
main.cpp: In member function 'int Graph::sendFlow(int, int, int)':
main.cpp:50:24: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'std::vector<muchie>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
50 | for(; start[s] < G[s].size(); ++start[s]){
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 2ms | 184kb | OK | 10 | 10 |
| 2 | 2ms | 184kb | OK | 10 | 10 |
| 3 | 2ms | 184kb | OK | 10 | 10 |
| 4 | 1ms | 184kb | OK | 10 | 10 |
| 5 | 2ms | 184kb | OK | 10 | 10 |
| 6 | 2ms | 184kb | OK | 10 | 10 |
| 7 | 2ms | 184kb | OK | 10 | 10 |
| 8 | 6ms | 479kb | OK | 10 | 30 |
| 9 | 6ms | 421kb | OK | 10 | |
| 10 | 11ms | 536kb | OK | 10 | |
| Punctaj total | 100 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
