using System;
public class Program
{
public static void Main()
int i;
while (i == 5)
Console.Write("zena");
i = i+1;
}