Question

Write a function to find minimum of 3 numbers?

Login to Submit

Examples

Input: 1,5,10
Output: 1

Input: 2,1,5
Output: 1

Input: 9,8,2
Output: 2