1271. Hexspeak
Description
**Input:** num = "257"
**Output:** "IOI"
**Explanation:** 257 is 101 in hexadecimal.**Input:** num = "3"
**Output:** "ERROR"ac
Last updated
**Input:** num = "257"
**Output:** "IOI"
**Explanation:** 257 is 101 in hexadecimal.**Input:** num = "3"
**Output:** "ERROR"Last updated