let n = readLine()!.split(separator: " ").map{Double($0)!} var (a,b,c) = (n[0],n[1],n[2]) for i in 0..