Loading

摘要: 1.饲养母鸡 /* 重温经典离散化 思路:我们只需要将对应的区间加上对应的数值,然后找最大的就行啦 */ #include <bits/stdc++.h> using namespace std; int a[40020], s[40020]; int l[40020], r[40020]; int 阅读全文
posted @ 2025-05-01 10:48 FrankWkd 阅读(16) 评论(0) 推荐(0)