Find Maximum in List

Easy

📝 Description

Find the largest number in a list

Input Format

List of numbers separated by space

Output Format

The maximum number

Constraints

List size ≤ 1000

🔍 Sample Input

1 5 3 9 2
            

✅ Sample Output

9
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run