let wordCount = Int(readLine()!) let line1 = readLine()!.split(separator: " ") let line2 = readLine()!.split(separator: " ") for i in 0..