extension String: CollectionType {} print(readLine()!.split(" ").map { Int($0)! })