public static void Main()
new int[] {100, 1, 1, 1, 1, 1, 0},
new int[] {1000, 1, 1, 2, 1, 1, 0},
new int[] {10000, 1, 1, 11, 2, 1, 0},
new int[] {100000, 1, 1, 100, 11, 2, 0},
new int[] {200000, 1, 1, 100, 100, 11, 1},
new int[] {1000000, 1, 1, 100, 100, 21, 1},
new int[] {int.MaxValue, 0, 0, 0, 0, 0, 1}
string [] rank = {"", "大凶", "小凶", "小吉", "中吉", "大吉", "特爽"};
for (int i = 0; i < bucket.Length; i++)
if (donate < bucket[i][0])
for (int j = 1; j < bucket[i].Length; j++)
desc += $"【{rank[j]}】有 {bucket[i][j]} 張,";
int rand = new Random().Next(total);
for (int j = 1; j < bucket[i].Length; j++)
string comment = rank[level];
Console.WriteLine($"施主您好,您一共捐了 ${donate},\n{desc} \n您抽到了【{comment}】");