Borderou de evaluare (job #2881169)

Utilizator RaresFelixTudose Rares Felix RaresFelix Data 30 martie 2022 12:11:13
Problema Senat Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In member function 'int Dinic::dfs(int, ll)': main.cpp:41:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 41 | for(int &id = last[u]; id < L[u].size(); ++id) { | ~~~^~~~~~~~~~~~~ main.cpp:42:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 42 | auto &[v, c, f] = E[L[u][id]]; | ^ main.cpp: In member function 'int Dinic::solve()': main.cpp:58:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 58 | while(v = dfs(s, INF)) re += v; | ~~^~~~~~~~~~~~~ main.cpp: In member function 'int Dinic::pair(int)': main.cpp:64:10: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' 64 | auto &[v, c, f] = E[it]; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms188kbS-a respectat legea!10
23ms421kbS-a respectat legea!10
31ms184kbS-a respectat legea!10
41ms184kbS-a respectat legea!10
513ms569kbS-a respectat legea!10
61ms184kbS-a respectat legea!10
71ms184kbS-a respectat legea!10
81ms184kbS-a respectat legea!10
91ms184kbS-a respectat legea!10
101ms184kbS-a respectat legea!10
Punctaj total100

Ceva nu functioneaza?