Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 256M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C++, Pascal, Python

Statement

Mã đề: Tin8_03.
Cho ba số nguyên a, bc (|a|,|b|,|c| \leq 10^6).
Sắp xếp các số theo thứ tự không giảm.

Ví dụ

Input

3 1 2

Output

1 2 3

Comments

There are no comments at the moment.