()
| 1 | fn main() { |
| 2 | let str = "FXSHRXW".to_string(); |
| 3 | let a = title_to_number(str); |
| 4 | println!("{:?}", a); |
| 5 | } |
| 6 | |
| 7 | // 171 https://leetcode-cn.com/problems/excel-sheet-column-number/submissions/ |
| 8 | // "FXSHRXW" 2147483647 |
nothing calls this directly
no test coverage detected