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
- Collatz Steps — Medium
- Overtime Pay — Medium
- Credit Card Validation — Medium
- Format a Video Length — Medium
- Shift Duration — Medium
- RGB to Hex Color — Easy