#include "pila.h" #include using namespace std; Pila::Pila() { top = -1; } elemento Pila::Top(){ if (Vuota()) cout<<"errore: pila vuota"<