#675
BiFrunze
Se dă un arbore binar care conține valori numere naturale. Să se afișeze frunzele acestui arbore.
Problema | BiFrunze | Operații I/O |
bifrunze.in /bifrunze.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53432457 | Utilizator | |
Fișier | bifrunze.cpp | Dimensiune | 1.51 KB |
Data încărcării | 30 Octombrie 2024, 12:11 | Scor / rezultat | Eroare de compilare |
bifrunze.cpp: In function 'int main()': bifrunze.cpp:44:20: error: no matching function for call to 'Nod::Nod()' Nod noduri[1000]; ^ bifrunze.cpp:44:20: note: candidates are: bifrunze.cpp:11:5: note: Nod::Nod(int, int, int) Nod(int val, int st, int dr) : valoare(val), stanga(st), dreapta(dr) {} ^ bifrunze.cpp:11:5: note: candidate expects 3 arguments, 0 provided bifrunze.cpp:6:8: note: constexpr Nod::Nod(const Nod&) struct Nod { ^ bifrunze.cpp:6:8: note: candidate expects 1 argument, 0 provided bifrunze.cpp:6:8: note: constexpr Nod::Nod(Nod&&) bifrunze.cpp:6:8: note: candidate expects 1 argument, 0 provided
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema BiFrunze 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ă.