Smallest Digit
Submit solution
C
Points:
10 (partial)
Time limit:
8.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
Task: To find the smallest digit from a number entered by the user.
Sample input
324
Sample Output
2
Comments