Pagini recente » Borderou de evaluare (job #2703317) | Borderou de evaluare (job #2916177) | Borderou de evaluare (job #2606312) | Borderou de evaluare (job #2899027) | Borderou de evaluare (job #2916160)
Borderou de evaluare (job #2916160)
Raport evaluator
Compilare:
main.cpp: In constructor 'MaxFlow::MaxFlow(int)':
main.cpp:13:19: warning: 'MaxFlow::t' will be initialized after [-Wreorder]
13 | int nodes, s, t;
| ^
main.cpp:13:9: warning: 'int MaxFlow::nodes' [-Wreorder]
13 | int nodes, s, t;
| ^~~~~
main.cpp:16:5: warning: when initialized here [-Wreorder]
16 | MaxFlow(int _nodes) : s(1), t(_nodes), nodes(_nodes) {
| ^~~~~~~
main.cpp: In member function 'int MaxFlow::bfs(std::vector<int>&)':
main.cpp:31:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
31 | auto [cur_node, cur_flow] = Q.front();
| ^
main.cpp: In member function 'int MaxFlow::Compute_Flow()':
main.cpp:47:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
47 | while(flow_pushed = bfs(par)) {
| ~~~~~~~~~~~~^~~~~~~~~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 1ms | 184kb | OK | 10 | 10 |
| 2 | 11ms | 184kb | OK | 10 | 10 |
| 3 | 1ms | 221kb | OK | 10 | 10 |
| 4 | 1ms | 184kb | OK | 10 | 10 |
| 5 | 1ms | 184kb | OK | 10 | 10 |
| 6 | 1ms | 184kb | OK | 10 | 10 |
| 7 | 5ms | 962kb | OK | 10 | 10 |
| 8 | 60ms | 2273kb | Time limit exceeded | 0 | 0 |
| 9 | 61ms | 3715kb | Time limit exceeded | 0 |
| 10 | 60ms | 4452kb | Time limit exceeded | 0 |
| Punctaj total | 70 |