#P5715. 【深基3.例8】三位数排序

【深基3.例8】三位数排序

Problem Description

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

Input Format

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

Output Format

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

1 14 5
1 5 14
2 2 2
2 2 2

Hint

Translated by ChatGPT 5