Sắp xếp 3 số

View as PDF



Authors:
Problem types
Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Viết chương trình nhập vào ba số nguyên \(a,\ b,\ c\). In ra ba số đó theo thứ tự giảm dần.

Input

  • Ba số nguyên \(a, b, c\).

Output

  • In ra ba số đó theo thứ tự giảm dần

Example

Test 1

Input
2 
6 
3 
Output
6 3 2

Test 2

Input
-243 
-543 
-123 
Output
-123 -243 -543

Comments (32)

Order by
Loading comments...