using System;
public class Program
{
public static void Main()
int a =1;
int b =1;
int c =-1;
int d = int.MaxValue;
while (c !=0)
Console.WriteLine("Введите число");
c = int.Parse(Console.ReadLine());
if(d <c && c != 0 )
a =b;
b=c;
}
Console.WriteLine("Минимальное число"+ d.ToString() + ": № " + a.ToString());