import random
a=random.randint(1,100)#取数
b=int(input())
while a!=b:
if a>b:
print("小")
else :
print("大")
print("对了")