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 | #49456464 | Utilizator | |
Fișier | oop_3.cpp | Dimensiune | 707 B |
Data încărcării | 02 Martie 2024, 17:07 | Scor / rezultat | Eroare de compilare |
oop_3.cpp: In function 'void Push(int)': oop_3.cpp:6:9: error: 'st' was not declared in this scope st[++vf]=x; ^ oop_3.cpp:6:14: error: 'vf' was not declared in this scope st[++vf]=x; ^ oop_3.cpp: In function 'void Pop()': oop_3.cpp:11:9: error: 'vf' was not declared in this scope vf--; ^ oop_3.cpp: In function 'int Top()': oop_3.cpp:17:16: error: 'st' was not declared in this scope return st[vf]; ^ oop_3.cpp:17:19: error: 'vf' was not declared in this scope return st[vf]; ^ oop_3.cpp: In function 'int Max()': oop_3.cpp:23:18: error: 'st' was not declared in this scope int maxi=st[1]; ^ oop_3.cpp:24:25: error: 'vf' was not declared in this scope for(int i=2; i<=vf; i++) ^ oop_3.cpp: In function 'int Empty()': oop_3.cpp:33:12: error: 'vf' was not declared in this scope if(vf==0)return 1; ^ oop_3.cpp: In function 'int main()': oop_3.cpp:42:5: error: 'Stiva' was not declared in this scope Stiva w; ^ oop_3.cpp:42:11: error: expected ';' before 'w' Stiva w; ^ oop_3.cpp:50:13: error: 'w' was not declared in this scope w.Push(x); ^ oop_3.cpp:53:13: error: 'w' was not declared in this scope w.Pop(); ^ oop_3.cpp:55:21: error: 'w' was not declared in this scope fout << w.Top() << "\n"; ^ oop_3.cpp:57:21: error: 'w' was not declared in this scope fout << w.Max() << "\n"; ^ oop_3.cpp: In function 'int Top()': oop_3.cpp:18:5: warning: control reaches end of non-void function [-Wreturn-type] } ^ oop_3.cpp: In function 'int Empty()': oop_3.cpp:35: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ă.