摘要: Excel 表列序号 从后往前 乘26 class Solution { public int titleToNumber(String columnTitle) { int len = columnTitle.length(); int num = 0; int res=0; for(int i= 阅读全文
posted @ 2023-03-08 22:21 黄一洋 阅读(2) 评论(0) 推荐(0)