摘要:
LeetCode interview Questions:Add binay1.int之类的数可以使用small2.直接在字符串使用二进制的加法http://www.leetcode.com/onlinejudge 需要FQclass Solution {
public: int string_to_int(string str) { int result = 0; int level = 1; for(int i = str.length() - 1; i >=0 ; i--) { if (str[i] == '... 阅读全文
posted @ 2012-10-09 15:52
junfeng_feng
阅读(156)
评论(0)
推荐(0)
浙公网安备 33010602011771号