import times

let
  s = readLine stdin
  dt = s.parse("yyyy/MM/dd")
  su2d = dt + 2.days

echo su2d.format "yyyy/MM/dd"