#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 | #50425306 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 705 B |
Data încărcării | 09 Aprilie 2024, 09:59 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("componenteconexe.in"); ^ componenteconexe.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout("componenteconexe.out"); ^ componenteconexe.cpp:6:14: error: invalid types 'int[int]' for array subscript int a[101[101],viz[105],c[1005]; ^ componenteconexe.cpp:6:15: error: expected ']' before ',' token int a[101[101],viz[105],c[1005]; ^ componenteconexe.cpp: In function 'void bfs(int)': componenteconexe.cpp:16:12: error: 'a' was not declared in this scope if(a[x][i]==1&&viz[j]==0) ^ componenteconexe.cpp:16:28: error: 'j' was not declared in this scope if(a[x][i]==1&&viz[j]==0) ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:25:5: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ componenteconexe.cpp:29:14: warning: pointer to a function used in arithmetic [-Wpointer-arith] bfs[i]; ^ componenteconexe.cpp:29:14: warning: value computed is not used [-Wunused-value] componenteconexe.cpp:29:14: warning: statement has no effect [-Wunused-value]
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ă.