Maximum of Three
Easy📝 Description
Find the maximum of three numbers
Input Format
Three space-separated integers
Output Format
The largest number
Constraints
-1000 ≤ numbers ≤ 1000
🔍 Sample Input
10 20 30
✅ Sample Output
30
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run