#P291. 练47.3 谁是老大

练47.3 谁是老大

Description

Input 55 integers and find the maximum value using a recursive algorithm.

Input Format

One line containing 55 integers.

Output Format

A single integer representing the maximum value.

Sample

88 92 98 99 85
The largest number is: 99