import strutils proc missingPermutation(arr): string = result = "" if arr.len == 0: return if arr.len == 1: return arr[0][1] & arr[0][0] for pos in 0 ..