Maximum of 3 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 three integers ~a~, ~b~, and ~c~, where the absolute values of ~a~, ~b~, and ~c~ do not exceed ~10^{18}~. Print out the largest of these three numbers.

Input

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

Output

  • An integer representing the largest value among the three numbers.

Sample Input

9 
7 
2004

Sample Output

2004

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.