import sequtils,sets,algorithm proc getchar_unlocked():char {. importc:"getchar_unlocked",header: "" ,discardable.} proc scan(): int = while true: let k = getchar_unlocked() if k < '0': if k == ' ' : quit "\"assert\"",0 return result = 10 * result + k.ord - '0'.ord let n = scan() let A = newSeqWith(n,scan()) var ans = initSet[int]() for i in 0..