12 2021 档案
摘要:400-500 404、左叶子之和 (https://leetcode-cn.com/problems/sum-of-left-leaves/) /** * Definition for a binary tree node. * public class TreeNode { * int val;
阅读全文
摘要:200-300 263. 丑数 (https://leetcode-cn.com/problems/ugly-number/) class Solution { public boolean isUgly(int n) { if(n < 1) return false; while(n % 5 ==
阅读全文

浙公网安备 33010602011771号