The smallest number - Competitive Programming
Write a program that gets n 10 integers and writes the smallest value.
Input
Enter 10 integers separated by a space.
Output
Bring out the smallest number.
Enter 10 integers separated by a space.
Output
Bring out the smallest number.
Input | Output |
4 2 5 -1 4 6 2 10 9 3 | -1 |
//snapkod.com
|
0 Comments