program ifthen; declare num:integer; begin read(num); if num#0 then write(num+19); end; end ifthen.