#2282
ComponenteConexe4
Se consideră un graf neorientat cu n
vârfuri și m
muchii. Cele m
muchii se elimină pe rând din graf. Pentru fiecare muchie eliminată trebuie să spuneți câte componente conexe are graful.
Problema | ComponenteConexe4 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53018563 | Utilizator | |
Fișier | componenteconexe4.cpp | Dimensiune | 2.17 KB |
Data încărcării | 15 Octombrie 2024, 18:01 | Scor / rezultat | Eroare de compilare |
componenteconexe4.cpp:61:2: error: stray '#' in program }#include <bits/stdc++.h> ^ componenteconexe4.cpp:61:3: error: 'include' does not name a type }#include <bits/stdc++.h> ^ componenteconexe4.cpp:66:11: error: redefinition of 'int t [100005]' int t[nmax], n, m; ^ componenteconexe4.cpp:6:5: error: 'int t [100005]' previously declared here int t[nmax], n, m; ^ componenteconexe4.cpp:66:14: error: redefinition of 'int n' int t[nmax], n, m; ^ componenteconexe4.cpp:6:14: error: 'int n' previously declared here int t[nmax], n, m; ^ componenteconexe4.cpp:66:17: error: redefinition of 'int m' int t[nmax], n, m; ^ componenteconexe4.cpp:6:17: error: 'int m' previously declared here int t[nmax], n, m; ^ componenteconexe4.cpp:67:22: error: redefinition of 'std::pair<int, int> M [500005]' pair<int, int> M[mmax]; ^ componenteconexe4.cpp:7:16: error: 'std::pair<int, int> M [500005]' previously declared here pair<int, int> M[mmax]; ^ componenteconexe4.cpp:68:16: error: redefinition of 'int answer [500005]' int answer[mmax]; ^ componenteconexe4.cpp:8:5: error: 'int answer [500005]' previously declared here int answer[mmax]; ^ componenteconexe4.cpp: In function 'int Find(int)': componenteconexe4.cpp:72:12: error: redefinition of 'int Find(int)' inline int Find(int x) ^ componenteconexe4.cpp:12:12: error: 'int Find(int)' previously defined here inline int Find(int x) ^ componenteconexe4.cpp: In function 'void Union(int, int)': componenteconexe4.cpp:89:13: error: redefinition of 'void Union(int, int)' inline void Union(int x, int y) ^ componenteconexe4.cpp:29:13: error: 'void Union(int, int)' previously defined here inline void Union(int x, int y) ^ componenteconexe4.cpp: In function 'int main()': componenteconexe4.cpp:94:5: error: redefinition of 'int main()' int main() ^ componenteconexe4.cpp:34:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe4 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ă.