Problem Description

Read two integers a and b. Write a function mx(a,b) that returns bigger value (if equal return same). Output result.

Input Format

One line: a b.

Output Format

One integer max.

Sample Test Case

Input:
10 3
Output:
10

Constraints

-10^18

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next