using System;
public class Program
{
public static void Main()
string pack = Console.ReadLine();
string tipe = Console.ReadLine();
string mb = Console.ReadLine();
int mounth = int.Parse(Console.ReadLine());
double price ;
double price1;
if (pack =="one")
if (pack == "small")
price = 9.98;
}
if (pack == "middle")
price = 18.99;
if (pack == "Large")
price = 25.98;
if (pack == "Extralarge")
price = 35.99;
if (pack == "two")
price = 8.58;
price = 17.09;
price = 23.59;
price = 31.79;
if (mb == "yes")
if (price < 10)