Ascending - MarisaOJ: Marisa Online Judge

Ascending

Time limit: 1000 ms
Memory limit: 256 MB
You are given 3 integers a,b,c. Print them in ascending order! ### Input - 3 integers a,b,c. ### Output - a,b,c in ascending order. ### Constraints - (1≤a,b,c≤1000). ### Example Input: 839 Output: 389