define x byte

#loop

get x
if not x=1 then goto loop


#count

second=0
minute=0
hour=0

get x
if not x=2 then goto loop

put second
put minute
put hour

goto loop