using System;
using System.Collections;
// blame: shardy@@differentchairs.com
namespace OddFinder
{
class MainClass
{
public static object findOddCount(int [] val)
{
Hashtable bucket = new Hashtable();//prefer Generics, if supported
for (int i=0; i