Problem Description

One string is given. If JavaScript Number(s) becomes a valid number (not NaN), print YES else print NO.

Input Format

One line string.

Output Format

YES or NO.

Sample Test Case

Input:
12.5
Output:
YES

Constraints

String length up to 1e5.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next