2021
12-13
12-13
C++实现LeetCode(168.求Excel表列名称)
[LeetCode]168.ExcelSheetColumnTitle求Excel表列名称Givenapositiveinteger,returnitscorrespondingcolumntitleasappearinanExcelsheet.Forexample: 1->A2->B3->C...26->Z27->AA28->AB...Example1:Input:1Output:"A"Example2:Input:28Output:"AB"Example3:Input:701Output:"ZY"Credits:Specialthanksto@ifanchuforaddingthisproblemandcreatingalltestc...
继续阅读 >