Run ID:88626
提交时间:2024-08-19 16:21:37
a=int(input()) b=int(input()) if a>b: print("a大") else: print("b大")