public static void Main()
Console.WriteLine("Введите два числа");
a=int.Parse(Console.ReadLine());
b=int.Parse(Console.ReadLine());
Console.WriteLine("Введите число 'c'");
c=int.Parse(Console.ReadLine());
Console.WriteLine("Произведение цифр кратно 'c'");
Console.WriteLine("Произведение цифр не кратно 'c'");