Find the Maximum

Easy

📝 Description

Given three numbers, print the largest one.

Input Format

Three space-separated integers

Output Format

The largest integer

Constraints

-1000 ≤ numbers ≤ 1000

🔍 Sample Input

10 20 15
            

✅ Sample Output

20
            

Code Editor

Please login to run and submit code.

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