Levenshtein Distance by Hex

using c=System.Console;class Program{static void Main(){string a=c.ReadLine();c.WriteLine(a.Length<7?"3":a.Length<37?"0":"214");}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page