let T = Int(readLine()!)! for _ in 1...T{ let S = readLine()! let N = S.split(separator: " ")[2] print("Hitsuji ga \(Int(N)! + 1) hiki") }