摘要:
#include <cstdio> #include <cstring> #include <stack> #include <unordered_map> using namespace std; const int N = 100010; char str[N]; stack<int> num; 阅读全文
posted @ 2023-02-25 22:19 lyc2002 阅读(18) 评论(0) 推荐(0) 编辑
posted @ 2023-02-25 22:19 lyc2002 阅读(18) 评论(0) 推荐(0) 编辑