max of 4
Given 4 integers your task is to find the maximum of those 4.
Input | Output |
1
2
3
4 | 4 |
4
3
2
2 | 4 |
Constraints
Time limit: 1 seconds
Memory limit: 512 MB
Output limit: 1 MB
Introduction to Python
Input | Output |
1
2
3
4 | 4 |
4
3
2
2 | 4 |
Time limit: 1 seconds
Memory limit: 512 MB
Output limit: 1 MB