Column Title to Number

Excel columns are labeled with letters instead of plain numbers: A, B, Z, then AA, AB, and so on. Given a column title column_title, return its position number. Treat the title like a special letter-based number system.

Примеры

Ввод
"A"
Вывод
1
Ввод
"AB"
Вывод
28
Ввод
"ZY"
Вывод
701

Нужно реализовать

def title_to_number(column_title: str) -> int:

Теги

stringsmath
PostgreSQLv16

Le résultat de l'exécution du code s'affichera ici

Tests12
Visible tests
Test caché 7
Test caché 8
Test caché 9
Test caché 10
Test caché 11
Test caché 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid