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 | #57456771 | Utilizator | |
Fișier | oop_3.cpp | Dimensiune | 378 B |
Data încărcării | 01 Aprilie 2025, 09:09 | Scor / rezultat | Eroare de compilare |
oop_3.cpp: In function 'void Push(int)': oop_3.cpp:6:9: error: 'w' was not declared in this scope w[++n]=x; ^ oop_3.cpp:6:13: error: 'n' was not declared in this scope w[++n]=x; ^ oop_3.cpp:7:9: error: 'mx' was not declared in this scope mx=max(mx,x); ^ oop_3.cpp: In function 'void Pop()': oop_3.cpp:11:11: error: 'mx' was not declared in this scope if(mx==w[n]){ ^ oop_3.cpp:11:15: error: 'w' was not declared in this scope if(mx==w[n]){ ^ oop_3.cpp:11:17: error: 'n' was not declared in this scope if(mx==w[n]){ ^ oop_3.cpp:15:11: error: 'n' was not declared in this scope if(n!=0)n--; ^ oop_3.cpp: In function 'int Top()': oop_3.cpp:19:15: error: 'w' was not declared in this scope return w[n]; ^ oop_3.cpp:19:17: error: 'n' was not declared in this scope return w[n]; ^ oop_3.cpp: In function 'int Max()': oop_3.cpp:23:15: error: 'mx' was not declared in this scope return mx; ^ oop_3.cpp: In function 'int Empty()': oop_3.cpp:27:12: error: 'n' was not declared in this scope if(n)return 0; ^ oop_3.cpp: In function 'int main()': oop_3.cpp:36:5: error: 'Stiva' was not declared in this scope Stiva w; ^ oop_3.cpp:36:11: error: expected ';' before 'w' Stiva w; ^ oop_3.cpp:44:13: error: 'w' was not declared in this scope w.Push(x); ^ oop_3.cpp:47:13: error: 'w' was not declared in this scope w.Pop(); ^ oop_3.cpp:49:21: error: 'w' was not declared in this scope fout << w.Top() << "\n"; ^ oop_3.cpp:51:21: error: 'w' was not declared in this scope fout << w.Max() << "\n"; ^ oop_3.cpp: In function 'int Top()': oop_3.cpp:20:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ oop_3.cpp: In function 'int Max()': oop_3.cpp:24:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ oop_3.cpp: In function 'int Empty()': oop_3.cpp:29: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ă.