Problem Description

If the input is a valid integer text (optional sign, digits only) print the number, else print INVALID.

Input Format

One token s.

Output Format

Integer or INVALID.

Sample Test Case

Input:
-123
Output:
-123

Constraints

|s|

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next