Problem Description

Read a hex string and print the utf8 text.

Input Format

stdin: one hex string.

Output Format

Print utf8.

Sample Test Case

Input:
6d656574636f6465
Output:
meetcode

Constraints

Assume valid hex.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next