public static void Main()
public static int FindSmallestInt(int[] args)
Array.Sort<int>(args, new Comparison<int>((i1, i2) => i2.CompareTo(i1)));
int output = args[args.Length - 1];
Console.WriteLine(output);
public static string EvenOrOdd(int number)
else if (number % 2 == 1)
public static int FindShort(string s)
string[] words = s.Split(' ');
Array.Sort(words, (x, y) => x.Length.CompareTo(y.Length));
foreach (string st in words)
Console.Write(st.Length + "\n");
Console.WriteLine(words[0]);
public static int CountSheeps(bool[] sheeps)
foreach (bool b in sheeps)
public static long FindNextSquare(long num)
double sqroot = Math.Sqrt(numDub);
double square = sqroot*sqroot;
long final = Convert.ToInt64(square);
public static bool XO (string input)
char[] xo = input.ToCharArray();
if(c.ToString().ToLower() == "x")
if(c.ToString().ToLower() == "o")
else if(xs == 0 && os == 0)