Largest Digit


Submit solution

Points: 10 (partial)
Time limit: 8.0s
Memory limit: 64M

Authors:
Problem type
Allowed languages
C

Task: To find the largest digit from the number entered by the user.

Sample Input

548

Sample Output

8


Comments

There are no comments at the moment.