A. 练19.1  整数大小比较

    Type: Default 1000ms 128MiB

练19.1  整数大小比较

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

Input two integers and compare their sizes. If $x>y$, output >; if $x=y$, output =; if $x<y$, output <.

Input Format

One line containing two integers $x$ and $y$, separated by a single space.

Output Format

One character. If $x>y$, output >; if $x=y$, output =; if $x<y$, output <.

Sample

1000 100
>

20251129 A班作业(8)

Not Claimed
Status
Done
Problem
5
Open Since
2025-11-29 0:00
Deadline
2025-12-14 23:59
Extension
24 hour(s)