>>568
for i in range(5):
  if i==8:
    print("○")
    break
else:
  print("×")