摘要:
Given a sorted array consisting of only integers where every element appears twice except for one element which appears once. Find this single element 阅读全文
摘要:
Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. For example, 令人烦躁的一个题。要注意的是,101 阅读全文