public static void Main()
string colour = Console.ReadLine();
string size = Console.ReadLine();
int boxes = int.Parse(Console.ReadLine());
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rsp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rsp*0.10:F2}lv.");
double rmp = boxes*2.20-(boxes*2.20)*0.05;
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rmp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rmp*0.10:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rlp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {rlp*0.10:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {bsp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {bsp*0.10:F2}lv.");
double bmp = boxes*1.80-(boxes*1.80)*0.05;
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {bmp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {bmp*0.10:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {blp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {blp*0.10:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {gsp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {gsp*0.10:F2}lv.");
double gmp = boxes*3.60-(boxes*3.60)*0.05;
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {gmp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {gmp*0.10:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {glp:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {glp*0.10:F2}lv.");
double glpd = boxes*5.20-(boxes*5.20)*0.25;
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {glpd:F2}lv.");
Console.WriteLine($"You bought {boxes} boxes of {colour} candy for {glpd*0.10:F2}lv.");