随笔分类 -  表达式

摘要:题目 一道裸的表达式计算题,但是这种类型的我不熟,需要记录一下 #include<bits/stdc++.h> using namespace std; const int M=10000,N=52; typedef long long ll; int st[28][N],m[28],x,i,b[2 阅读全文
posted @ 2018-06-12 22:56 Mingoal 阅读(16) 评论(0) 推荐(0)