Run ID:88622

提交时间:2024-08-19 16:15:06

a = int(input()) b = int(input()) if a>b: print('a') else: print('b')