Problem Description

Read one integer n. Create function ab(n) and output absolute value.

Input Format

One integer n.

Output Format

One integer abs(n).

Sample Test Case

Input:
-99
Output:
99

Constraints

-10^18

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next