2014年5月20日
摘要: #include #include #include using namespace std;int main(){ int n; while(cin >> n) { stack one; string od1,od2; bool stat... 阅读全文
posted @ 2014-05-20 15:45 俺家有地_ 阅读(114) 评论(0) 推荐(0)