摘要: Given an integer n, return the nth digit of the infinite integer sequence [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ...]. Example 1: Input: n = 3 Output: 3 阅读全文
posted @ 2016-09-21 10:59 Grandyang 阅读(13854) 评论(1) 推荐(1)
Fork me on GitHub