会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kang-shifu
博客园
首页
新随笔
联系
订阅
管理
2024年11月20日
NFLS贪心与数据结构题单笔记(未完结)
摘要: A. 奶牛飞车 贪心,把最慢的放前面 #include <bits/stdc++.h> using namespace std; constexpr int maxn = 1e6 + 10; int n, m, d, L; int s[maxn]; int ans = 0; inline bool
阅读全文
posted @ 2024-11-20 22:01 Dreamers_Seve
阅读(10)
评论(1)
推荐(1)
编辑
公告