# 解説AC A, B, x0, N = gets.split.map(&:to_i) if x0.even? puts "0 #{N / 2}" else puts "#{N / 2} 0" end