#include #include #include using namespace std; struct stos{ int liczba; stos* next; }; void push(stos**top); void wyswietlanie(stos*top); int generowanie(); void usuwanie(stos**top); int main() { cout << "Kacper Walenkiewicz" <>x; switch(x){ case 1: if(top==NULL) cout<liczba=generowanie(); nowyStos->next=*top; *top=nowyStos; } void wyswietlanie(stos*top){ cout<liczba<next; delete temp; }