- BC20270073's blog
jiji
- 2025-5-19 15:05:11 @
x,y=input().split() if int(x)>int(y): print(">") if int(x)<int(y): print("<") if int(x)==int(y): print("=")
x,y=input().split() if int(x)>int(y): print(">") if int(x)<int(y): print("<") if int(x)==int(y): print("=")
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.