Problem Description

Read one integer n. Output its lowercase hexadecimal representation without 0x.

Input Format

One integer n.

Output Format

One hex string.

Sample Test Case

Input:
255
Output:
ff

Constraints

0

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next