#1603
ComponenteConexe3
Se dă lista muchiilor unui graf neorientat. Pentru fiecare componentă conexă numim cel mai mic vârf de ea reprezentant al componentei conexe. Determinați reprezentantul componentei conexe cu cele mai multe vârfuri și câte noduri conține aceasta.
Problema | ComponenteConexe3 | Operații I/O |
componenteconexe3.in /componenteconexe3.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53283056 | Utilizator | |
Fișier | componenteconexe3.cpp | Dimensiune | 706 B |
Data încărcării | 23 Octombrie 2024, 12:20 | Scor / rezultat | Eroare de compilare |
componenteconexe3.cpp: In function 'void dfs(int, int)': componenteconexe3.cpp:10:8: error: incompatible types in assignment of 'int' to 'int [105]' a[x]=val; ^ componenteconexe3.cpp:13:12: error: too few arguments to function 'void dfs(int, int)' dfs(i); ^ componenteconexe3.cpp:8:6: note: declared here void dfs(int x, int val) ^ componenteconexe3.cpp: In function 'int main()': componenteconexe3.cpp:27:18: error: invalid types 'int [105][int [105]]' for array subscript fr[viz[i]]++; ^ componenteconexe3.cpp:29:25: error: invalid types 'int [105][int [105]]' for array subscript if(fr[viz[i]]>maxx) ^ componenteconexe3.cpp:30:27: error: invalid types 'int [105][int [105]]' for array subscript maxx=fr[viz[i]]; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe3 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ă.