abollar wrote:
會寫程式一定找得到工作嗎?
只要實力夠, 一定可以
記得面試時拿出你的實力作品
spartamimi wrote:
舉一個簡單的面試的題目,樓主能當場解嗎?
In the range of 0-n, return all the numbers that in the reverse can be mistaken for another number. E.g. 18 -> 81. The corner case is not counting the same number, such as 101 and not 0 at the end of the figure such as 60 (because 09 is not 9)
Public List<Integer> getNum(int n)

