Problem Description

JSON object must contain keys id and name. Print OK, MISSING_KEYS, or INVALID_JSON.

Input Format

One line json.

Output Format

One word status.

Sample Test Case

Input:
{"id":1}
Output:
MISSING_KEYS

Constraints

Total length

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next