摘要:
Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: The number of elements initialized in nums1 and num 阅读全文
摘要:
果然一到暑假,计算机专业久变成:修手机,修电脑,装系统,装软件,杀毒等等专业的混合体。。。 第一次再mac上安装win10,记录一下过程。 主要的步骤参考: 用 BootCamp 工具制作启动 U 盘 首先请将 U 盘插入 Mac 的 USB 端口,在 Mac 系统中打开 BootCamp 工具,如 阅读全文
摘要:
Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. Example: Input: 13 Output: 6 Exp 阅读全文