摘要: 考点:约瑟夫环问题,环形链表,队列 #include <bits/stdc++.h> using namespace std; const int N = 55; int ne[N];//链表指针数组 int main() { ios::sync_with_stdio(false), cin.tie 阅读全文
posted @ 2023-10-29 13:02 胖柚の工作室 阅读(18) 评论(0) 推荐(0)