leetcode402专题

贪心-leetcode402.移掉 K 位数字-XMUOJ符文序列

题目 思路 话不多说,直接上代码 代码 /*leetcode402.移掉 K 位数字-XMUOJ符文序列--JinlongW-2024/05/26单调栈+贪心*/#include<bits/stdc++.h>const int N=1010;char num[N],result[N],numStack[N];int k;using namespace std;void rem