#P2394. 最大的偶数

最大的偶数

Description

输入n个整数,求里面最大的偶数。
输入:
 第一行为n
 第二行有n个整数
输出:
 输出最大的偶数

Input Format

6
4 3 2 1 6 5

Output Format

6

Source

一维数组 最值