import math a, b = map(int, input().strip().split()) if a>b: print('a > b') elif a