begin
  x := (2+3)*(5+4);
  if x < 10 then
    print x
  else
    print x + 100
end.