Decimal to Hex

Medium · rating 1200 · Math, Implementation

Read a non-negative integer n. Print it in hexadecimal (lowercase, no 0x prefix).

Constraints: 0 ≤ n ≤ 1018

Related problems

Open Decimal to Hex in Code Arena →