PTT
Submit
Submit
选择语言
正體中文
简体中文
PTT
Marginalman
Re: [闲聊] 每日leetcode
楼主:
sixB
(6B)
2025-11-01 01:16:12
1562.
看到今天是ez不想写
然后发现昨天的是hard
阿不是啊
hard 5行喔?
谁订的 真的吗0.0
class Solution {
public:
int minNumberOperations(vector<int>& target) {
int res = 0, last = 0;
for(int i: target){
res += max(0, i - last);
last = i;
}
return res;
}
};
继续阅读
[姆咪] 今年的LOL
kerycheng
[姆咪] ARAM
mikenekolove
[姆咪] 深夜诚实那个
scps920113
Re: [闲聊] SV2大师请进
CP3isgood
艾蜜莉亚操鸡巴
ilovemami
[闲聊] 蓝鸟不让分2.02
ChrisDavis
[闲聊] 明天要
a0939877325
Re: lol决赛
ilovemami
[闲聊] 星塔池 终末地池
Benson765421
Re: lol决赛
qscxz
Links
booklink
Contact Us: admin [ a t ] ucptt.com