Register
|
Login
HOME
PROBLEMSET
ROADMAP
COMPETITION
TOPIC
RANKING
GUIDE
MASHUP
ABOUT
CONTACT
Problem
Submit
Results
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 \le a, b, c \le 1000)$. ### Example Input: ```8 3 9``` Output: ```3 8 9```
Input / Output and Condition
Hello Marisa!
A + B
A / B
Complex multiplication
Mushroom Classification
Integer equation
Age
Combine rectangles
String
Triangle
Rounded division
Circle
Calculator
The smallest and biggest
Rectangle
Segment
Distance
Ascending
Square number
Square numbers counting
Uppercase and lowercase
Letter Counting
Time format
Electricity bill
Eating mushroom
Topic
Basic
Rating
800
Solution (0)
Solution