摘要: package javaPractice; import java.util.Scanner; public class Contest13 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); 阅读全文
posted @ 2019-02-22 18:15 Moliay 阅读(7) 评论(0) 推荐(0) 编辑
摘要: //原题链接https://leetcode.com/problems/number-of-digit-one/ 题目描述 Given an integer n, count the total number of digit 1 appearing in all non-negative inte 阅读全文
posted @ 2019-02-22 15:29 Moliay 阅读(1) 评论(0) 推荐(0) 编辑