Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3216441)
| Utilizator | Data | 17 martie 2024 05:52:21 | |
|---|---|---|---|
| Problema | Drumuri2 | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'void fordFulkerson::init()':
main.cpp:37:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::pair<int, int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
37 | for (int i = 0; i < g.size(); i++){
| ~~^~~~~~~~~~
main.cpp:39:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
39 | for(int j = 0; j < g[i].size(); j++){
| ~~^~~~~~~~~~~~~
main.cpp: In member function 'bool fordFulkerson::findUpdate(int, int, lli&)':
main.cpp:62:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
62 | for (int i = 0; i < eIdxs[u].size(); i++){
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'void closureGraph(std::vector<std::vector<int> >&)':
main.cpp:99:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
99 | for (int i = 0; i < g.size(); i++){
| ~~^~~~~~~~~~
main.cpp:106:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
106 | for (int j = 0; j < g.size(); j++){
| ~~^~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 303kb | OK | 10 |
| 2 | 0ms | 303kb | OK | 10 |
| 3 | 0ms | 303kb | OK | 10 |
| 4 | 0ms | 303kb | OK | 10 |
| 5 | 0ms | 303kb | OK | 10 |
| 6 | 0ms | 303kb | OK | 10 |
| 7 | 0ms | 303kb | OK | 10 |
| 8 | 1ms | 557kb | OK | 10 |
| 9 | 1ms | 557kb | OK | 10 |
| 10 | 0ms | 557kb | OK | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
