输入a b c d e以及它们对应的数字
比如 a-->1 2 3 b-->2 3 c-->1 d-->3 4 5 e-->1 3 5 输出a b c d e的可用组合,a b c d e不重复,如 a-->2 b-->3 c-->1 d-->4 e-->5
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ class Program { static void Main(string[] args) { var dict = new Dictionary