会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jeanny
寂兮,寥兮,独立不改,周行而不殆
新随笔
管理
2024年7月12日
Cows in a Skyscraper G
摘要: dfs版本 #include <algorithm> #include <iostream> using namespace std; const int N = 2e1; int cat[N], cab[N]; int n, w; int ans; bool cmp(int a, int b) {
阅读全文
posted @ 2024-07-12 08:45 Jeanny
阅读(7)
评论(0)
推荐(0)
编辑