摘要: 代码如下: 1 #include<cstdio> 2 #include<stack> 3 using namespace std; 4 const int MAXN = 1000; 5 char s[MAXN]; 6 int n; 7 8 int main() 9 { 10 while(scanf( 阅读全文
posted @ 2020-01-20 11:18 RickDriver 阅读(95) 评论(0) 推荐(0)