题目描述 请把小清一家6口人的身高数据存入一个数组中,然后从中找出最高的身高数据。 输入格式 一行,6个整数 输出格式 一行,一个整数,表示最高的身高值。 样例数据 input 120 140 160 165 180 185 output 185