x,y=input().split()
n=int(x+y)
#這裡是字串相加再變成數字
if n<730:
print('Off School')
elif 730<=n<1700:
print('At School')
else: