168. Excel Sheet Column Title

題目 我的代碼 整個代碼的精髓 n-=1 class Solution(object): def convertToTitle(self, n): """ :type n: int :rtype: str """ result='' while n: n-=1 result=chr(n%26+6
相關文章
相關標籤/搜索