摘要: Weekly-contest-209 第一次进前一百五,主要是最后一题强行找规律,WA多次之后终于做出来,算是占了放假后大佬都不见了的便宜 1/5531. 特殊数组的特征值 特征值不大于数组长度,遍历所有特征值判断,答案唯一。 class Solution { public int specialA 阅读全文
posted @ 2020-10-04 21:05 Yuasin 阅读(144) 评论(0) 推荐(0)
摘要: Double-weekly-contest-36 排名不高,再接再厉 1/5515. 设计停车系统 简单题,没什么好说的 class ParkingSystem { int[] carContainers; public ParkingSystem(int big, int medium, int 阅读全文
posted @ 2020-10-04 20:32 Yuasin 阅读(131) 评论(0) 推荐(0)