Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that inputs two integers ~a~ and ~b~. The absolute values of ~a~ and ~b~ do not exceed ~10^{18}~. Output these two numbers in ascending order on separate lines.
Input
- Two integers ~a~ and ~b~, each on a separate line.
Output
- Print the two numbers in ascending order on separate lines.
Sample Input
9
7
Sample Output
7
9
Bình luận