#3339
disjoint1
Se consideră un graf cu N
noduri numerotate de la 1
la N
și M
operații de trei tipuri:
1 x y
– se adaugă în graf muchia (x, y)
. Dacă muchia există deja, operația nu se efectuează2 x y
– întrebare: nodurile x
și y
se află sau nu în aceeași componentă conexă?3
– care este numărul maxim de noduri dintr-o componentă conexă?Trebuie să răspundeți la toate întrebările de tip 2
și 3
.
Folclorul informatic
Problema | disjoint1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.8 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51815985 | Utilizator | |
Fișier | disjoint1.cpp | Dimensiune | 1.42 KB |
Data încărcării | 24 August 2024, 10:10 | Scor / rezultat | 0 puncte |
disjoint1.cpp: In function 'void dfs(int, int)': disjoint1.cpp:17:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < adj[nod].size(); i++) { ^ disjoint1.cpp: In function 'void df1s(int)': disjoint1.cpp:26:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < adj[nod].size(); i++) { ^ disjoint1.cpp: In function 'int main()': disjoint1.cpp:55:20: warning: 'w' may be used uninitialized in this function [-Wmaybe-uninitialized] df1s(w); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema disjoint1 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ă.