#477
Lanturi1
Se dă lista muchiilor unui graf neorientat cu n
vârfuri și trei vârfuri p q r
. Să se determine toate lanțurile elementare cu extremitățile în p
și q
care nu conțin vârful r
.
Problema | Lanturi1 | Operații I/O |
lanturi1.in /lanturi1.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #47406852 | Utilizator | |
Fișier | lanturi1.cpp | Dimensiune | 778 B |
Data încărcării | 12 Decembrie 2023, 09:49 | Scor / rezultat | Eroare de compilare |
lanturi1.cpp:5:15: error: conflicting declaration 'int f [21]' int p,q,r,f[21],a[21][21],n,rez[21]; ^ lanturi1.cpp:3:10: error: 'f' has a previous declaration as 'std::ifstream f' ifstream f("lanturi1.in"); ^ lanturi1.cpp: In function 'void dfs(int)': lanturi1.cpp:9:14: error: no match for 'operator[]' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'int') if(!f[i]&&i!=r&&a[rex[pas-1]][i]) ^ lanturi1.cpp:9:27: error: 'rex' was not declared in this scope if(!f[i]&&i!=r&&a[rex[pas-1]][i]) ^ lanturi1.cpp:11:10: error: no match for 'operator[]' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'int') f[i]=1; ^ lanturi1.cpp:21:10: error: no match for 'operator[]' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'int') f[i]=0; ^ lanturi1.cpp: In function 'int main()': lanturi1.cpp:34:10: error: no match for 'operator[]' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'int') f[p]=1;dfs(1);} ^ lanturi1.cpp:37:14: error: no match for 'operator[]' (operand types are 'std::ifstream {aka std::basic_ifstream<char>}' and 'int') f[q]=1; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Lanturi1 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ă.