Largest of Three
Easy📝 Description
Find the largest of three numbers
Input Format
Three numbers separated by spaces
Output Format
Largest number
Constraints
-10^9 ≤ numbers ≤ 10^9
🔍 Sample Input
10 20 15
✅ Sample Output
20
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run