#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 | #54103453 | Utilizator | |
Fișier | bifrunze.cpp | Dimensiune | 361 B |
Data încărcării | 19 Noiembrie 2024, 20:04 | Scor / rezultat | Eroare de compilare |
bifrunze.cpp:3:7: error: expected nested-name-specifier before 'namepspace' using namepspace std; ^ bifrunze.cpp:3:7: error: 'namepspace' has not been declared bifrunze.cpp:3:18: error: expected ';' before 'std' using namepspace std; ^ bifrunze.cpp:3:18: error: 'std' does not name a type bifrunze.cpp:4:1: error: 'ifstream' does not name a type ifstream fin("bifrunze.in"); ^ bifrunze.cpp:5:1: error: 'ofstream' does not name a type ofstream fout("bifrunze.out"); ^ bifrunze.cpp: In function 'int main()': bifrunze.cpp:8:2: error: 'fin' was not declared in this scope fin>>n; ^ bifrunze.cpp:12:13: error: 'fout' was not declared in this scope fout<<i<<" "; ^ bifrunze.cpp:16:5: error: 'fout' was not declared in this scope fout.close(); ^
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ă.