#792
BiNefrunze1
Se consideră un arbore binar în care nodurile memorează numere naturale nenule. Să se afișeze valorile memorate în nodurile neterminale ale arborelui, în ordine descrescătoare.
Problema | BiNefrunze1 | Operații I/O |
binefrunze1.in /binefrunze1.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54819602 | Utilizator | |
Fișier | binefrunze1.cpp | Dimensiune | 662 B |
Data încărcării | 09 Decembrie 2024, 16:47 | Scor / rezultat | Eroare de compilare |
binefrunze1.cpp: In function 'void citire(Nod*&)': binefrunze1.cpp:17:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] for(1<x<5000) ^ binefrunze1.cpp:17:17: error: expected ';' before ')' token for(1<x<5000) ^ binefrunze1.cpp:52:1: warning: statement has no effect [-Wunused-value] } ^ binefrunze1.cpp:52:1: error: expected primary-expression at end of input binefrunze1.cpp:52:1: error: expected ';' at end of input binefrunze1.cpp:52:1: error: expected primary-expression at end of input binefrunze1.cpp:52:1: error: expected ')' at end of input binefrunze1.cpp:52:1: error: expected statement at end of input binefrunze1.cpp:52:1: error: expected '}' at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema BiNefrunze1 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ă.