#38277: py


11035093@mail.hpsh.tp.edu.tw (ಥ⁠‿⁠ಥ)

學校 : 臺北市立和平高級中學
編號 : 165163
來源 : [203.72.60.216]
最後登入時間 :
2023-12-21 11:22:33
d143. 11172 - Relational Operators -- UVa11172 | From: [114.34.52.253] | 發表日期 : 2023-11-09 02:44

times = int(input())
for _ in range(times):
    a,b=map(int,input().split())
    if (a>b):print(">")
    elif (a<b):print("<")
    else:print("=")
 
ZeroJudge Forum