摘要: 今天的题目真是给我做恶心了 134. 加油站 暴力方法很容易写出来,但在力扣上运行会超时。 class Solution { int[] gas; int[] cost; public int canCompleteCircuit(int[] gas, int[] cost) { this.gas 阅读全文
posted @ 2024-07-31 14:44 12点不睡觉还想干啥? 阅读(14) 评论(0) 推荐(0)