Problema | esteArbore | Operații I/O |
estearbore.in /estearbore.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51990745 | Utilizator | |
Fișier | estearbore.cpp | Dimensiune | 882 B |
Data încărcării | 14 Septembrie 2024, 20:18 | Scor / rezultat | Eroare de compilare |
estearbore.cpp: In function 'void bfs(int)': estearbore.cpp:13:21: error: no matching function for call to 'std::queue<int>::empty(int&)' while(!q.empty(x)) ^ estearbore.cpp:13:21: note: candidate is: In file included from /usr/include/c++/4.8/queue:64:0, from estearbore.cpp:2: /usr/include/c++/4.8/bits/stl_queue.h:150:7: note: bool std::queue<_Tp, _Sequence>::empty() const [with _Tp = int; _Sequence = std::deque<int, std::allocator<int> >] empty() const ^ /usr/include/c++/4.8/bits/stl_queue.h:150:7: note: candidate expects 0 arguments, 1 provided estearbore.cpp:22:1: error: a function-definition is not allowed here before '{' token { ^ estearbore.cpp:47:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema esteArbore 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ă.