摘要:
namespace 英雄联盟对战{ class Program { struct player { public string name; public int hp; public int gj; public int fy; public int dj; public jn jineng; /... 阅读全文
摘要:
namespace 结构体英雄联盟练一练{ class Program { struct player { public string name; public int dengji; public zy z; public zb cz; } struct zy { public int ll; p... 阅读全文
摘要:
namespace 结构体_枚举类型{ class Program { struct jiegouti { public int fenshu; public string name; public string kecheng; } static void Main(string[] args) ... 阅读全文
摘要:
namespace ArrayList集合的语句示例{ class Program { static void Main(string[] args) { //一:Stack集合(没有索引) 先进后出,一个一个赋值,一个一个取值,按顺序 //Stack ss = new Stack(); //ss.... 阅读全文
摘要:
namespace 刘老师双色球{ class Program { static void Main(string[] args) { int count = 0; Console.WriteLine("请输入你的双色球号码"); ArrayList Ual = new ArrayList(); f... 阅读全文
摘要:
namespace 集合与特殊集合{ class Program { static void Main(string[] args) { ArrayList al = new ArrayList(); al.Add("李青"); al.Add("约里克"); al.Add("安妮"); al.Add... 阅读全文
摘要:
namespace 集合习题练一练{ class Program { static void Main(string[] args) { Console.WriteLine("请输入你们班的人数:"); int n = Convert.ToInt32(Console.ReadLine()); Arr... 阅读全文
摘要:
namespace 集合__双色球练一练{ class Program { static void Main(string[] args) { // while (true) // { // ArrayList al = new ArrayList(); // al.Add(1); al.Add(... 阅读全文
摘要:
namespace 刘老师推箱子{ class Program { static int kkk1, kkk2; static void Main(string[] args) { int x = 1, y = 1, i = 0; int[, ,] dt = new int[2, 10, 10] ... 阅读全文