require 'date' ymd = gets.chomp t = DateTime.parse(ymd) + 2 puts t.strftime("%Y/%m/%d")