#4685
LdiStergeAB
C++
Scrieți o funcție care va șterge dintr-o listă dublu înlănțuită primul nod care memorează valoarea A
și ultimul nod care memorează valoarea B
.
Problema | LdiStergeAB | Operații I/O |
ldistergeab.in /ldistergeab.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54015669 | Utilizator | |
Fișier | ldistergeab.cpp | Dimensiune | 630 B |
Data încărcării | 17 Noiembrie 2024, 22:44 | Scor / rezultat | Eroare de compilare |
ldistergeab.cpp: In function 'void stergeElem(nod*)': ldistergeab.cpp:17:12: error: 'p' was not declared in this scope nod *b=p->urm; ^ ldistergeab.cpp: In function 'void sterge(nod&, int)': ldistergeab.cpp:23:9: error: base operand of '->' has non-pointer type 'nod' if(p->numar==x) ^ ldistergeab.cpp:25:16: error: cannot convert 'nod' to 'nod*' in initialization nod *z=p; ^ ldistergeab.cpp:26:12: error: base operand of '->' has non-pointer type 'nod' p=p->urm; ^ ldistergeab.cpp:30:12: error: cannot convert 'nod' to 'nod*' in initialization nod *y=p; ^ ldistergeab.cpp: In function 'void StergeAB(nod*&, nod*&, int, int)': ldistergeab.cpp:42:28: error: invalid initialization of reference of type 'nod&' from expression of type 'nod*' {ok=1;sterge(prim,A);} ^ ldistergeab.cpp:21:6: error: in passing argument 1 of 'void sterge(nod&, int)' void sterge( nod &p, int x) ^ ldistergeab.cpp:45:29: error: invalid initialization of reference of type 'nod&' from expression of type 'nod*' {ok1=1;sterge(prim,B);} ^ ldistergeab.cpp:21:6: error: in passing argument 1 of 'void sterge(nod&, int)' void sterge( nod &p, int x) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LdiStergeAB face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.