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 takes a positive integer ~n~ as input. Find and print the largest digit of ~n~.
Input
- One integer number ~n~ ~(n ≤ 10^{10^{5}})~ ~-~ meaning that ~n~ has less or equal ~10^5~ digits.
Output
- Print the largest digit of ~n~.
Sample Input
972004
Sample Output
9
Bình luận