Sort 2 numbers

Xem dạng PDF

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:
Châu Nhật Tăng
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

Hãy đọc nội quy trước khi bình luận.


Không có bình luận tại thời điểm này.