func readInts() -> [Int] { return readLine()!.characters.split(" ").map({ str in Int(String(str))! }) }