Phân số lớn nhất

View as PDF

Submit solution

Points: 100.00 (partial)
Time limit: 2.0s
Memory limit: 64M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 4 số nguyên dương a, b, c, d .

Yêu cầu: Hãy chọn 2 trong 4 số a, b, c, d để 2 số đã chọn tạo thành phân số có giá trị lớn nhất.

Dữ liệu vào: Nhập từ bàn phím lần lượt 4 số a, b, c, d

Giới hạn: 1 <= a, b, c, d <= ~10^9~

Kết quả: In giá trị 2 số đã chọn dưới dạng phân số tử/mẫu (tử >= mẫu)

Ví dụ:
Input
3 2 4 9
Output
9/2

Comments

Please read the guidelines before commenting.


There are no comments at the moment.