import strutils let t = stdin.readLine.parseInt for _ in countup(1, t): let input = stdin.readLine.split echo "Hitsuji ga ", input[2].parseInt + 1, " hiki"