let inpt = readLine()!.split(separator: " ").map({Int($0)!}) var list = [Int]() for i in 0..