摘要:
#include <iostream> using namespace std; class myStack{ public: int size = 0; int array[30]; bool isEmpty(){ return size == 0 ? true : false; } int ge 阅读全文
posted @ 2022-02-21 22:49
幸せになった
阅读(40)
评论(0)
推荐(0)
2022年2月21日