Borderou de evaluare (job #2962224)
Utilizator | Data | 8 ianuarie 2023 00:08:45 | |
---|---|---|---|
Problema | Cuplaj maxim in graf bipartit | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'bool bfs()':
main.cpp:30:13: error: request for member 'clear' in 'parinte', which is of non-class type 'int [20002]'
30 | parinte.clear();
| ^~~~~
main.cpp:31:13: error: request for member 'resize' in 'parinte', which is of non-class type 'int [20002]'
31 | parinte.resize(destinatie + 1);
| ^~~~~~
main.cpp:32:13: error: request for member 'begin' in 'ap', which is of non-class type 'int [20002]'
32 | fill(ap.begin(), ap.end(), 0);
| ^~~~~
main.cpp:32:25: error: request for member 'end' in 'ap', which is of non-class type 'int [20002]'
32 | fill(ap.begin(), ap.end(), 0);
| ^~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !