/*
* Given Array any element {1,1,1,1,1} turn the array off to {0,0,0,0} by alternate jumps
*
*/
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}