Problem Description

Two JSON values are given on two lines: a and b. Print two words: the result of (a == b) and (a === b) as YES/NO.

Input Format

Line1: JSON value a. Line2: JSON value b.

Output Format

One line: loose strict.

Sample Test Case

Input:
"5" 5
Output:
YES NO

Constraints

Inputs are valid JSON.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next