#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 | #2168409 | Utilizator | |
Fișier | bifrunze.cpp | Dimensiune | 317 B |
Data încărcării | 24 Martie 2016, 10:16 | Scor / rezultat | Eroare de compilare |
bifrunze.cpp:5:1: error: stray '\342' in program ifstream fin(“bifrunze.in”); ^ bifrunze.cpp:5:1: error: stray '\200' in program bifrunze.cpp:5:1: error: stray '\234' in program bifrunze.cpp:5:1: error: stray '\342' in program bifrunze.cpp:5:1: error: stray '\200' in program bifrunze.cpp:5:1: error: stray '\235' in program bifrunze.cpp:6:1: error: stray '\342' in program ofstream fout(“bifrunze.out”); ^ bifrunze.cpp:6:1: error: stray '\200' in program bifrunze.cpp:6:1: error: stray '\234' in program bifrunze.cpp:6:1: error: stray '\342' in program bifrunze.cpp:6:1: error: stray '\200' in program bifrunze.cpp:6:1: error: stray '\235' in program bifrunze.cpp:14:3: error: stray '\342' in program fout<< i <<” “; } ^ bifrunze.cpp:14:3: error: stray '\200' in program bifrunze.cpp:14:3: error: stray '\235' in program bifrunze.cpp:14:3: error: stray '\342' in program bifrunze.cpp:14:3: error: stray '\200' in program bifrunze.cpp:14:3: error: stray '\234' in program bifrunze.cpp:5:17: error: 'bifrunze' was not declared in this scope ifstream fin(“bifrunze.in”); ^ bifrunze.cpp:6:18: error: 'bifrunze' was not declared in this scope ofstream fout(“bifrunze.out”); ^ bifrunze.cpp: In function 'int main()': bifrunze.cpp:14:21: error: expected primary-expression before ';' token fout<< i <<” “; } ^
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ă.