예제 #1
0
파일: Q1.cs 프로젝트: Tilps/Stash
 static void Main(string[] args)
 {
     BankLottery c = new BankLottery();
     object o = c.expectedAmount(new int[] { 2, 2, 2 }, 1, 2);
     PrintObj(o);
     System.Console.In.ReadLine();
 }