using System.Globalization;
static void Main(string[] args)
int quociente, nota, resto, moeda;
N = double.Parse(Console.ReadLine(), CultureInfo.InvariantCulture);
resto = (int)(N * 100 + 0.5);
Console.WriteLine("NOTAS:");
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
quociente = resto / (nota * 100);
Console.WriteLine(quociente + " nota(s) de R$ " + nota + ".00");
resto = resto % (nota * 100);
Console.WriteLine("MOEDAS:");
quociente = resto / moeda;
Console.WriteLine(quociente + " moeda(s) de R$ 1.00");
quociente = resto / moeda;
Console.WriteLine(quociente + " moeda(s) de R$ 0.50");
quociente = resto / moeda;
Console.WriteLine(quociente + " moeda(s) de R$ 0.25");
quociente = resto / moeda;
Console.WriteLine(quociente + " moeda(s) de R$ 0.10");
quociente = resto / moeda;
Console.WriteLine(quociente + " moeda(s) de R$ 0.05");
Console.WriteLine(resto + " moeda(s) de R$ 0.01");