Sắp xếp 3 số
Submit solution
Points:
1 (partial)
Time limit:
10.0s
Memory limit:
50M
Problem type
Allowed languages
C++, Python
Cho ba số \(a, b, c\) nguyên đọc vào từ bàn phím. Hãy in ra màn hình theo thứ tự tăng dần.
Input:
3 2 1
Outnput:
1 2 3
Comments