P5715 [Deep Basic 3.Example 8] Sorting Three Numbers.

Description

Given three integers $a, b, c (0 \le a, b, c \le 100)$, sort these three integers in increasing order.

Input Format

Input three integers $a, b, c$, separated by spaces.

Output Format

Output one line with three integers, representing the result after sorting in increasing order.

Explanation/Hint

Translated by ChatGPT 5