So sánh

View as PDF

Submit solution


Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Author:
Problem type

Viết chương trình nhập vào hai chuỗi s1 và s2, sau đó so sánh hai chuỗi đó và in ra kết quả.

Nếu s1 > s2: in ra dấu >

Nếu s1 < s2: in ra dấu <

Nếu s1 = s2: in ra dấu =

In ra là: dcba

Input

Đầu vào là 2 chuỗi kí tự s1, s2

Output

Đầu ra dấu hợp lệ

Input

abc  bce

Output

<

Comments

Please read the guidelines before commenting.


There are no comments at the moment.