#4073
ComponenteConexe5
Se dă lista muchiilor unui graf neorientat cu n
noduri și m
muchii și un șir de q
noduri. Să se determine pentru fiecare nod x
din șir numărul de noduri din componenta conexă din care face parte x
.
Problema | ComponenteConexe5 | Operații I/O |
componenteconexe5.in /componenteconexe5.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54589704 | Utilizator | |
Fișier | componenteconexe5.cpp | Dimensiune | 907 B |
Data încărcării | 03 Decembrie 2024, 10:08 | Scor / rezultat | Eroare de compilare |
componenteconexe5.cpp:5:15: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("componenteconexe5.in") ^ componenteconexe5.cpp:6:4: error: expected ',' or ';' before 'ofstream' ofstream fout("componenteconexe5.out") ^ componenteconexe5.cpp: In function 'void dfs(int, int)': componenteconexe5.cpp:10:9: error: 'conex' was not declared in this scope conex[x]=nrc; ^ componenteconexe5.cpp:11:9: error: 'd' was not declared in this scope d[nrc]++; ^ componenteconexe5.cpp:12:24: error: 'n' was not declared in this scope for(int i=1;i<=n;i++) ^ componenteconexe5.cpp:13:16: error: 'a' was not declared in this scope if(a[x][i]==1 && conex[i]==0) ^ componenteconexe5.cpp: In function 'int main()': componenteconexe5.cpp:19:14: error: 'n' was not declared in this scope fin>>n>>m; ^ componenteconexe5.cpp:19:17: error: 'm' was not declared in this scope fin>>n>>m; ^ componenteconexe5.cpp:23:13: error: 'a' was not declared in this scope a[i][j]=a[j][i]=1; ^ componenteconexe5.cpp:27:9: error: 'nrc' was not declared in this scope nrc=0; ^ componenteconexe5.cpp:29:16: error: 'conex' was not declared in this scope if(conex[i]==0) ^ componenteconexe5.cpp:39:13: error: 'fout' was not declared in this scope fout<<d[conex[x]]<<endl; ^ componenteconexe5.cpp:39:19: error: 'd' was not declared in this scope fout<<d[conex[x]]<<endl; ^ componenteconexe5.cpp:39:21: error: 'conex' was not declared in this scope fout<<d[conex[x]]<<endl; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe5 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ă.