MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

171_title_to_number.rs:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn 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

Callers

nothing calls this directly

Calls 1

title_to_numberFunction · 0.85

Tested by

no test coverage detected