摘要: 其实就是模拟一下栈啦。hdu 1022: 1 #include 2 using namespace std; 3 4 const int N = 10; 5 char o1[N]; 6 char o2[N]; 7 char s[N]; 8 int ans[N * 2]; 9 10 int mai... 阅读全文
posted @ 2015-04-12 22:10 hxy_has_been_used 阅读(198) 评论(0) 推荐(0) 编辑