添加`#define elem_type int` 方便后期更改类型
使用链表实现了栈的基本功能 初始 入栈 出栈 Co-Authored-By: Jdhggg <111557398+Jdhggg@users.noreply.github.com>
链表栈的初始