#P0112. 找到最小值
找到最小值
Description
给出 个数,求出这 个数里的最小值。
Format
Input
两行;
第一行一个数 表示有 个数;
第二行共 个数,用空格隔开。
Output
一个数,表示这 个数里最小的。
Samples
5
5 7 4 2 6
2
Related
In following contests:
给出 n 个数,求出这 n 个数里的最小值。
两行;
第一行一个数 n 表示有 n 个数;
第二行共 n 个数,用空格隔开。
一个数,表示这 n 个数里最小的。
5
5 7 4 2 6
2
In following contests:
By signing up a 启智 | CDEZ OJ universal account, you can submit code and join discussions in all online judging services provided by us.