原创 c++n連環

遞歸版: #include <iostream> #include <memory.h> using namespace std; bool lianhuan[100]; int count = 0; void taojie(int n)