MAX10 - Maximum of Ten
Create a program to determine the maximum/biggest value from ten integers. All integers are non-negative.
Input
Consist only of one line. All ten integers that separated by space.
Output
Print the string "Bilangan terbesar: " followed by the maximum of ten integers.
Constraint
- All integers will have value less than 1010
Example
Input: 3 3 2 1 1 7 6 7 1 7 Output: Bilangan terbesar: 7
Added by: | Bayu_Laksana |
Date: | 2019-09-19 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | C NCSHARP JULIA PYPY3 |
Resource: | Practice Problem IUP Basic Programming |