hh,mm=map(int,input().split())h=hh*60+mmif 450<=h and h>1020: print("At School") else: print("Off School")
h>1020
改成<