a=b=1
print("starting")
if (a*b)==0:
    while True:
        continue
print("done")