题目 思路
话不多说,直接上代码
代码
/*leetcode402.移掉 K 位数字-XMUOJ符文序列--JinlongW-2024/05/26单调栈贪心*/
#include<bits/stdc.h>
const int N1010;
char num[N],result[N],numStack[N];
int k;
using namespace std;void removeKdigits( int k…
使用python3环境
import matplotlib.gridspec as gridspec
import matplotlib.pyplot as pltimport numpy as np
import matplotlib as mpl
#mpl.use(pgf)def figsize(scale, nplots 1):fig_width_pt 390.0 # Get this from LaTeX using \the\text…
mfc110u.dll是一个动态链接库文件,属于Microsoft Visual C 2012 Redistributable Package的一部分。它是Microsoft Foundation Classes (MFC) 库的一个版本,专门用于支持基于MFC开发的应用程序运行。MFC是一个用于Windows操作系统上使用C进行本机应用程序…
command not found: wire command not found: wire command not found: wire go get github.com/google/wire/cmd/wirego install github.com/google/wire/cmd/wirelatest再次在 /bubble/cmd/bubble目录下执行wire
wire
wire: bubble/cmd/bubble: wrote /Users/zhengshijie/go…