摘要:
1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 char str[220]; //表达式字符串 8 int mat[][5]= 9 { 10 1,0,0,0,0, 11 1,0...
阅读全文
posted @ 2016-01-07 15:16
Xbert
阅读(250)
推荐(0)
编辑
摘要:
1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 stack S; 8 char str[110]; 9 char ans[110];10 11 int main()12 {13 while(scanf("...
阅读全文
posted @ 2016-01-07 15:16
Xbert
阅读(197)
推荐(0)
编辑