#438
ComponenteConexe
Se dă lista muchiilor unui graf neorientat. Să se afișeze componentele conexe ale acestui graf.
Problema | ComponenteConexe | Operații I/O |
componenteconexe.in /componenteconexe.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52103829 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 412 B |
Data încărcării | 19 Septembrie 2024, 09:40 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp:4:1: error: expected ',' or ';' before 'ofstream' ofstream fout("componenteconexe.out") ^ componenteconexe.cpp: In function 'void citire()': componenteconexe.cpp:8:10: error: 'n' was not declared in this scope fin>>n; ^ componenteconexe.cpp:10:9: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ componenteconexe.cpp: In function 'void DFS(int, int)': componenteconexe.cpp:13:5: error: 'viz' was not declared in this scope viz[x]=nrcc; ^ componenteconexe.cpp:14:21: error: 'n' was not declared in this scope for(int i=1; i<=n; i++) ^ componenteconexe.cpp:15:12: error: 'a' was not declared in this scope if(a[x][i] && !viz[i]) ^ componenteconexe.cpp:16:18: warning: pointer to a function used in arithmetic [-Wpointer-arith] DFS[i]; ^ componenteconexe.cpp:16:18: warning: value computed is not used [-Wunused-value] componenteconexe.cpp:16:18: warning: statement has no effect [-Wunused-value] componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:21:1: error: expected ';' before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe 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ă.