Borderou de evaluare (job #2795834)
Utilizator | Data | 7 noiembrie 2021 01:47:57 | |
---|---|---|---|
Problema | Componente biconexe | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In member function 'int graf_neorientat::comp_biconexe(int, int)':
main.cpp:54:1: warning: no return statement in function returning non-void [-Wreturn-type]
54 | }
| ^
main.cpp: In member function 'void graf_neorientat::dfs_comp_biconexe(int, int, int)':
main.cpp:75:17: error: 'muchii_critice' was not declared in this scope
75 | muchii_critice.push_back(make_pair(nod, i));
| ^~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:94:28: error: 'class graf_neorientat' has no member named 'muchii_critice'
94 | for (int i = 0; i < G.muchii_critice.size(); i ++)
| ^~~~~~~~~~~~~~
main.cpp:96:20: error: 'class graf_neorientat' has no member named 'muchii_critice'
96 | cout << G.muchii_critice[i].first << " "
| ^~~~~~~~~~~~~~
main.cpp:97:20: error: 'class graf_neorientat' has no member named 'muchii_critice'
97 | << G.muchii_critice[i].second << endl;
| ^~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !