Python
a = int(input()) if a <= 100: print(10) else: print(20)