#408. 最大的偶数
最大的偶数
No submission language available for this problem.
Background
最值问题
Description
输入 n 个整数,求里面最大的偶数。
Format
Input
共两行
第一行一个正整数 n
第二行 n 个整数,用空格隔开
Output
最大的那个整数
Samples
6
4 3 2 1 6 5
6
Limitation
2 ≤ n ≤ 100
No submission language available for this problem.
最值问题
输入 n 个整数,求里面最大的偶数。
共两行
第一行一个正整数 n
第二行 n 个整数,用空格隔开
最大的那个整数
6
4 3 2 1 6 5
6
2 ≤ n ≤ 100
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.