Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2881169)
| Utilizator | 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 |
|---|---|---|---|---|
| 1 | 1ms | 188kb | S-a respectat legea! | 10 |
| 2 | 3ms | 421kb | S-a respectat legea! | 10 |
| 3 | 1ms | 184kb | S-a respectat legea! | 10 |
| 4 | 1ms | 184kb | S-a respectat legea! | 10 |
| 5 | 13ms | 569kb | S-a respectat legea! | 10 |
| 6 | 1ms | 184kb | S-a respectat legea! | 10 |
| 7 | 1ms | 184kb | S-a respectat legea! | 10 |
| 8 | 1ms | 184kb | S-a respectat legea! | 10 |
| 9 | 1ms | 184kb | S-a respectat legea! | 10 |
| 10 | 1ms | 184kb | S-a respectat legea! | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
