Toggle navigation
CGOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem4512--胜率判断
4512: 胜率判断
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
Solved: 7
Submit Num: 14
Statistics
ShowOff!
Description
甲在
lns="http://www.w3.org/1998/Math/MathML">
b
b
次投篮中投中
lns="http://www.w3.org/1998/Math/MathML">
a
a
次,乙在
lns="http://www.w3.org/1998/Math/MathML">
y
y
次投篮中投中
lns="http://www.w3.org/1998/Math/MathML">
x
x
次,请判断谁的胜率更高。
Input
第一行:两个整数
lns="http://www.w3.org/1998/Math/MathML">
a
a
与
lns="http://www.w3.org/1998/Math/MathML">
b
b
第二行:两个整数
lns="http://www.w3.org/1998/Math/MathML">
x
x
与
lns="http://www.w3.org/1998/Math/MathML">
y
y
1
≤
a
≤
b
≤
1
0
0
0
0
lns="http://www.w3.org/1998/Math/MathML">
1
≤
x
≤
y
≤
10000
1
≤
x
≤
y
≤
1
0
0
0
0
Output
如果甲的胜率更高,输出
>
如果乙的胜率更高,输出
<
如果两者胜率相同,输出
=
Sample Input
Copy
1 2 3 6
Sample Output
Copy
=
Source/Category
分支结构