import Foundation let towns = Int(readLine()!)! let population = readLine()!.components(separatedBy: " ").map({ Int($0)! }) let townLocation = readLine()!.components(separatedBy: " ").map({ Int($0)! }) let clouds = Int(readLine()!)! let cloudLocation = readLine()!.components(separatedBy: " ").map({ Int($0)! }) let cloudWidth = readLine()!.components(separatedBy: " ").map({ Int($0)! }) var townList=[Int]() var townSunny=[Int]() for _ in 0.. result { result = happy } } print(result) // Enter your code here