摘要: 汉诺塔 逆序输出(栈先进后出) #include<iostream> #include<stack> #include<tuple> using namespace std; int n; const int N = 10010; stack <tuple<int, char, char, char 阅读全文
posted @ 2024-09-21 16:22 某朝 阅读(15) 评论(0) 推荐(0)