Sắp xếp

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập 3 só nguyên dương \(A, B, C\). Hãy sắp xếp \(A, B, C\) theo thứ tự tăng dần.

Input

  • Nhập số nguyên dương \(N\) (\(1 \leq N \leq 10^5\)).

Output

  • In ra 3 số nguyên dương \(A, B, C\) theo thứ tự tăng dần.

Example

Test 1
Input
5 3 4
Output
3 4 5

Comments

There are no comments at the moment.