using System;
public class Program
{
public static void Main()
//Đếm số lần xuất hiện của 1 phần tử trong mảng
Console.WriteLine("Hello World");
}