#1572
ComponenteBiconexe
Dându-se un graf conex, să se determine componentele biconexe, punctele de articulaţie şi muchiile critice ale acestuia.
Problema | ComponenteBiconexe | Operații I/O |
componentebiconexe.in /componentebiconexe.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51953653 | Utilizator | |
Fișier | componentebiconexe.cpp | Dimensiune | 2.43 KB |
Data încărcării | 12 Septembrie 2024, 10:14 | Scor / rezultat | Eroare de compilare |
componentebiconexe.cpp: In function 'int main()': componentebiconexe.cpp:98:26: error: expected unqualified-id before '[' token for (const auto &[u, v]: bridges) ^ componentebiconexe.cpp:98:26: error: expected ';' before '[' token componentebiconexe.cpp:98:27: error: 'u' was not declared in this scope for (const auto &[u, v]: bridges) ^ componentebiconexe.cpp:98:30: error: 'v' was not declared in this scope for (const auto &[u, v]: bridges) ^ componentebiconexe.cpp: In lambda function: componentebiconexe.cpp:98:32: error: expected '{' before ':' token for (const auto &[u, v]: bridges) ^ componentebiconexe.cpp: In function 'int main()': componentebiconexe.cpp:98:32: error: expected ';' before ':' token componentebiconexe.cpp:98:32: error: expected primary-expression before ':' token componentebiconexe.cpp:98:32: error: expected ')' before ':' token componentebiconexe.cpp:98:32: error: expected primary-expression before ':' token componentebiconexe.cpp:98:32: error: expected ';' before ':' token
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteBiconexe face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.