Company: NextWave
Difficulty: medium
Excel Column Number Given an uppercase Excel-style column label, print its corresponding positive column number. `A` is 1, `Z` is 26, and `AA` is 27. Input Format One uppercase string. Output Format Print its column number.