public static void Main()
int[] array = new int[] {10000, 5000, 2000, 1000, 500, 200, 100, 50, 25, 10, 5, 1};
double entrada = double.Parse(Console.ReadLine());
string tipo = " nota(s)";
res = Convert.ToInt32(entrada*100);
Console.WriteLine("NOTAS:");
Console.WriteLine("MOEDAS:");
Console.WriteLine(q + tipo + " de R$ " + (array[i]/100.0).ToString(("#0.00")));