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


pos[a]=time.sec
a=0
count[a]=0

loop3:
count[a]=count[a]+1


if pos[a]=time.sec then goto loop3:


print count[a]

