#4061
LantQ
Se dă un graf neorientat cu n vârfuri și un număr natural q
. Să se determine toate lanțurile elementare formate din cel puțin o muchie, cu extremitatea finală în vârful q
.
Problema | LantQ | Operații I/O |
lantq.in /lantq.out
|
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55067682 | Utilizator | |
Fișier | lantq.cpp | Dimensiune | 1.24 KB |
Data încărcării | 19 Decembrie 2024, 23:52 | Scor / rezultat | Eroare de compilare |
lantq.cpp: In function 'void BK(int)': lantq.cpp:30:15: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(verificare(k)==1) ^ lantq.cpp: At global scope: lantq.cpp:47:11: error: redefinition of 'std::ifstream f' ifstream f("bipartit.in"); ofstream g("bipartit.out"); ^ lantq.cpp:3:10: error: 'std::ifstream f' previously declared here ifstream f("lantq.in"); ofstream g("lantq.out"); ^ lantq.cpp:47:38: error: redefinition of 'std::ofstream g' ifstream f("bipartit.in"); ofstream g("bipartit.out"); ^ lantq.cpp:3:34: error: 'std::ofstream g' previously declared here ifstream f("lantq.in"); ofstream g("lantq.out"); ^ lantq.cpp:48:5: error: redefinition of 'int n' int n,m,k,x[100001],y[100001],ap[105]; ^ lantq.cpp:5:27: error: 'int n' previously declared here int v[22],a[21][21],p[21],n,m,q,k,ok; ^ lantq.cpp:48:7: error: redefinition of 'int m' int n,m,k,x[100001],y[100001],ap[105]; ^ lantq.cpp:5:29: error: 'int m' previously declared here int v[22],a[21][21],p[21],n,m,q,k,ok; ^ lantq.cpp:48:9: error: redefinition of 'int k' int n,m,k,x[100001],y[100001],ap[105]; ^ lantq.cpp:5:33: error: 'int k' previously declared here int v[22],a[21][21],p[21],n,m,q,k,ok; ^ lantq.cpp: In function 'int main()': lantq.cpp:49:5: error: redefinition of 'int main()' int main() ^ lantq.cpp:37:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LantQ 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ă.