Question

Write a function to find maximum of 3 numbers?

Login to Submit

Examples

Input: 10,21,32
Output: 32

Input: 100,1,34
Output: 100

Input: 9,90,999
Output: 999