#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 | #53160117 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 811 B |
Data încărcării | 19 Octombrie 2024, 15:21 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:36:14: error: 'i' was not declared in this scope if(v[i]==0) ^ componenteconexe.cpp: At global scope: componenteconexe.cpp:39:5: error: 'fout' does not name a type fout<<c<<endl;; ^ componenteconexe.cpp:40:6: error: expected unqualified-id before 'for' for(int i=1;i<=n;i++) ^ componenteconexe.cpp:40:18: error: 'i' does not name a type for(int i=1;i<=n;i++) ^ componenteconexe.cpp:40:23: error: 'i' does not name a type for(int i=1;i<=n;i++) ^ componenteconexe.cpp:41:17: error: 'i' does not name a type for(int i=1;i<=n;i++) ^ componenteconexe.cpp:41:22: error: 'i' does not name a type for(int i=1;i<=n;i++) ^ componenteconexe.cpp:57:1: error: expected declaration 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ă.