11270: 判断两数大小

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

输入两个数,判断他们的大小

Input

4 5

Output

4<5

Sample Input Copy

6 7

Sample Output Copy

6<7