摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 约瑟夫环 { class Program { static int[] Jose(int total, int start, int alter) { ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO... 阅读全文