Problem2170--Store the larger value

2170: Store the larger value

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

Write a sequence of lines of code that cause the larger of the values in first and second to be stored in max.

Input

Input two values of double type,i.e. first and second

Output

The value of max

Sample Input Copy

3 4 

Sample Output Copy

4

Source/Category

8