30:00
Given a string columnTitle that represents the column title as appears in an Excel sheet, return its corresponding column number.
1≤columnTitle.length≤71 \leq \text{columnTitle.length} \leq 71≤columnTitle.length≤7
columnTitle consists only of uppercase English letters.
columnTitle
columnTitle is in the range ["A","FXSHRXW"][\text{"A"}, \text{"FXSHRXW"}]["A","FXSHRXW"].
Convert to number
A
1 × 260 = 0
"A"
→
0