#include #include "stack.h" int main() { Stack s; s.push(10); s.push(20); std::cout<<"\n Topo= "<