#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 | #26290374 | Utilizator | |
Fișier | componentebiconexe.cpp | Dimensiune | 2.94 KB |
Data încărcării | 30 Noiembrie 2020, 16:35 | Scor / rezultat | 0 puncte |
componentebiconexe.cpp: In function 'void articulation_point(int)': componentebiconexe.cpp:19:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(register int j=0;j<g[u].size();j++) ^ componentebiconexe.cpp:40:84: warning: format '%d' expects argument of type 'int', but argument 5 has type 'std::pair<int, int>' [-Wformat=] printf("%d %d %d %d %d\n",st.size(),st.top().first,u,st.top(),v); ^ componentebiconexe.cpp: In function 'int main()': componentebiconexe.cpp:83:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(register int j=0;j<sol[i].size();j++) ^ componentebiconexe.cpp:54:47: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("componentebiconexe.in","r",stdin); ^ componentebiconexe.cpp:55:49: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("componentebiconexe.out","w",stdout); ^ componentebiconexe.cpp:57:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d",&task,&n,&m); ^ componentebiconexe.cpp:60:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&u,&v); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
1 | 0.108 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
2 | 0.056 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
3 | 0.156 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
4 | 0.012 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
5 | 0.012 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
6 | 0.02 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
7 | 0 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
8 | 0 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
9 | 0 secunde | Numar componente biconexe gresit! | 4 | 0 | ||
10 | 0 secunde | Numar noduri critice gresit! | 3 | 0 | ||
11 | 0.096 secunde | Numar noduri critice gresit! | 3 | 0 | ||
12 | 0.052 secunde | Numar noduri critice gresit! | 3 | 0 | ||
13 | 0.14 secunde | Numar noduri critice gresit! | 3 | 0 | ||
14 | 0.008 secunde | Numar noduri critice gresit! | 3 | 0 | ||
15 | 0.012 secunde | Numar noduri critice gresit! | 3 | 0 | ||
16 | 0.02 secunde | Numar noduri critice gresit! | 3 | 0 | ||
17 | 0 secunde | Numar noduri critice gresit! | 3 | 0 | ||
18 | 0 secunde | Numar noduri critice gresit! | 3 | 0 | ||
19 | 0 secunde | Numar noduri critice gresit! | 3 | 0 | ||
20 | 0 secunde | Numar muchii critice gresit! | 3 | 0 | ||
21 | 0.096 secunde | Numar muchii critice gresit! | 3 | 0 | ||
22 | 0.056 secunde | Numar muchii critice gresit! | 3 | 0 | ||
23 | 0.148 secunde | Numar muchii critice gresit! | 3 | 0 | ||
24 | 0.008 secunde | Numar muchii critice gresit! | 3 | 0 | ||
25 | 0.012 secunde | Numar muchii critice gresit! | 3 | 0 | ||
26 | 0.02 secunde | Numar muchii critice gresit! | 3 | 0 | ||
27 | 0 secunde | Numar muchii critice gresit! | 3 | 0 | ||
28 | 0 secunde | Numar muchii critice gresit! | 3 | 0 | ||
29 | 0 secunde | Numar muchii critice gresit! | 3 | 0 | ||
Punctaj total | 0 |
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ă.