摘要: There are n cities connected by some number of flights. You are given an array flights where flights[i] = [fromi, toi, pricei] indicates that there is 阅读全文
posted @ 2020-06-15 09:47 CNoodle 阅读(347) 评论(0) 推荐(0)
摘要: Given an integer array arr and a target value target, return the integer value such that when we change all the integers larger than value in the give 阅读全文
posted @ 2020-06-15 05:10 CNoodle 阅读(344) 评论(0) 推荐(0)