A small issue in Problem 61065. Convert Hexavigesimal to Decimal


Hi cool guys,
I hope you are coding so cool!
FYI, in Problem 61065. Convert Hexavigesimal to Decimal in Cody Contest 2025 there's a small issue with the text:
[ ... For example, the text ‘aloha’ would correspond to a vector of values [0 11 14 7 0], thus representing the base-26 value 202982 = 11*263 + 14*262 + 7*26 ...]
The bold section should be:
202982 = 11*26^3 + 14*26^2 + 7*26
Matt Tearle
Matt Tearle on 11 Nov 2025
Thanks for catching that. I think some formatting got lost as I copied problems over. I've fixed the text now.
Mohammad Aryayi
Mohammad Aryayi on 12 Nov 2025
Your welcome Matt

Tags

No tags entered yet.