鸡心过来看@金旭鑫
2024-02-19 14:25:32
发布于:北京
yee
全部评论 1
#include<bits/stdc++.h>
using namespace std;int stk[114514],top,mn=2147483647;
string a;void push(int x){
stk[++top] = x;
}
bool empty(){
return !top;
}
void pop(){
if(empty()) printf("po2024-02-19 来自 北京
0






有帮助,赞一个