Maximum

Problem Description

Input 2 numbers, and output the maximum of the two numbers.

Input

The input will consists of 2 integers, a and b, one on each line.

Output

Output either a or b, whichever has the largest value.

Sample Input

5
3

Sample Output

5

Submitting .cpp to 'Maximum'


You're not logged in! Click here to login

Time Limit: 1 Seconds
Memory Limit: 256MB
Your best score: 0
Source: Dunjudge Archive

Subtask Score
1 0
2 100