Problem Description

Convert an integer to uppercase hexadecimal (no 0x prefix).

Input Format

One integer n.

Output Format

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