摘要: https://www.acwing.com/problem/content/832/ #include<iostream> using namespace std; const int N=100010; int stk[N],tt=0;//tt指向当前栈顶,数据区1开始 int main(){ 阅读全文
posted @ 2022-01-07 22:03 秋月桐 阅读(26) 评论(0) 推荐(0) 编辑