2015年12月11日

LeetCode171——Excel Sheet Column Number

摘要: 很简单的一道题,输出excel中字母对应的数字。但是由于自己的程序思想还是很差,代码很长。class Solution{public: int titleToNumber(string s) { int ans = 0; int tmp = 1; ... 阅读全文

posted @ 2015-12-11 16:48 MMac 阅读(159) 评论(0) 推荐(0) 编辑

导航