import sequtils, strutils, algorithm, math var n = readLine(stdin).split.map(parseInt)[0] s:seq[string] = @[] for i in 0..