#include "stack.h" #include using namespace std; int main() { Stack s; int a; cin>>a; s.push(a); cout<