摘要:
public class Solution { public int NumberOf1Between1AndN_Solution(int n) { int i=0; int a= (int) Math.pow(10,i); while(a<=n){ i=i+1; a=(int) Math.pow( 阅读全文
posted @ 2020-07-25 14:40
Luas
阅读(129)
评论(0)
推荐(0)
浙公网安备 33010602011771号