#437
Conex
Se dă lista muchiilor unui graf neorientat. Să se verifice dacă graful este sau nu conex.
Problema | Conex | Operații I/O |
conex.in /conex.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53268908 | Utilizator | |
Fișier | conex.cpp | Dimensiune | 1.18 KB |
Data încărcării | 22 Octombrie 2024, 21:53 | Scor / rezultat | Eroare de compilare |
conex.cpp:9:12: error: redefinition of 'std::ifstream in' ifstream in("esteArbore.in"); ^ conex.cpp:3:10: error: 'std::ifstream in' previously declared here ifstream in("conex.in"); ^ conex.cpp:10:13: error: redefinition of 'std::ofstream out' ofstream out("esteArbore.out"); ^ conex.cpp:4:10: error: 'std::ofstream out' previously declared here ofstream out("conex.out"); ^ conex.cpp:11:5: error: redefinition of 'int n' int n,x,y,a[101][101]; ^ conex.cpp:5:5: error: 'int n' previously declared here int n,x,y,a[101][101]; ^ conex.cpp:11:7: error: redefinition of 'int x' int n,x,y,a[101][101]; ^ conex.cpp:5:7: error: 'int x' previously declared here int n,x,y,a[101][101]; ^ conex.cpp:11:9: error: redefinition of 'int y' int n,x,y,a[101][101]; ^ conex.cpp:5:9: error: 'int y' previously declared here int n,x,y,a[101][101]; ^ conex.cpp:11:21: error: redefinition of 'int a [101][101]' int n,x,y,a[101][101]; ^ conex.cpp:5:11: error: 'int a [101][101]' previously declared here int n,x,y,a[101][101]; ^ conex.cpp:12:13: error: redefinition of 'bool viz [101]' bool viz[101]; ^ conex.cpp:6:6: error: 'bool viz [101]' previously declared here bool viz[101]; ^ conex.cpp: In function 'int main()': conex.cpp:45:5: error: redefinition of 'int main()' int main() ^ conex.cpp:20:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Conex 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ă.