#P7501. 找最小值
找最小值
背景
学姐又来了55555555
题目描述
给出 和 个整数 ,求这 个整数中最小值是什么。
输入格式
第一行输入一个正整数 ,表示数字个数。
第二行输入 个非负整数,表示 ,以空格隔开。其中
输出格式
输出一个非负整数,表示这 个非负整数中的最小值。
样例 #1
样例输入 #1
8
1 9 2 6 0 8 1 7
样例输出 #1
0
Related
In following contests:
学姐又来了55555555
给出 n 和 n 个整数 ai,求这 n 个整数中最小值是什么。
第一行输入一个正整数 n,表示数字个数。
第二行输入 n 个非负整数,表示 a1,a2…an,以空格隔开。其中ai≤1e9 i∈[1,n]
输出一个非负整数,表示这 n 个非负整数中的最小值。
8
1 9 2 6 0 8 1 7
0
In following contests:
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.