Minimum of 4 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 takes input of four integers ~a~, ~b~, ~c~, and ~d~, where the absolute values of ~a~, ~b~, ~c~, and ~d~ do not exceed ~10^{18}~. Print out the smallest of these four numbers.

Input

  • Four integers ~a~, ~b~, ~c~, ~d~, each on a separate line.

Output

  • An integer representing the smallest value among the four numbers.

Sample Input

9 
7 
2004
972004

Sample Output

7

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.