count=0

pos=time.sec

loop1:
if pos=time.sec then goto loop1:

pos=time.sec


loop2:
count=count+1


if pos=time.sec then goto loop2:


print count



