Problema | oop_3 | Operații I/O |
![]() oop_3.in /oop_3.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #58493872 | Utilizator | |
Fișier | oop_3.cpp | Dimensiune | 978 B |
Data încărcării | 11 Iunie 2025, 12:21 | Scor / rezultat | Eroare de compilare |
oop_3.cpp: In member function 'int stiva::max()': oop_3.cpp:50:13: error: 'retturn' was not declared in this scope retturn maxim[vs]; ^ oop_3.cpp:50:21: error: expected ';' before 'maxim' retturn maxim[vs]; ^ oop_3.cpp: In function 'int main()': oop_3.cpp:68:5: error: redefinition of 'int main()' int main() ^ oop_3.cpp:54:5: error: 'int main()' previously defined here int main() ^ oop_3.cpp:73:5: error: 'Stiva' was not declared in this scope Stiva w; ^ oop_3.cpp:73:11: error: expected ';' before 'w' Stiva w; ^ oop_3.cpp:81:13: error: 'w' was not declared in this scope w.Push(x); ^ oop_3.cpp:84:13: error: 'w' was not declared in this scope w.Pop(); ^ oop_3.cpp:86:21: error: 'w' was not declared in this scope fout << w.Top() << "\n"; ^ oop_3.cpp:88:21: error: 'w' was not declared in this scope fout << w.Max() << "\n"; ^ oop_3.cpp: In member function 'int stiva::max()': oop_3.cpp:51:5: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema oop_3 face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.