Esempio n. 1
0
File: Q1.cs Progetto: 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();
 }