摘要: 合并石子 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 const int N=105; 8 int a[N],f[N][N]; 阅读全文
posted @ 2021-08-17 11:55 Rekord 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 宠物小精灵之收服 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 const int N=105; 8 int a[N],b[N] 阅读全文
posted @ 2021-08-17 10:35 Rekord 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 开餐馆 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 const int N=105; 8 int a[N],b[N],f[N] 阅读全文
posted @ 2021-08-17 09:39 Rekord 阅读(271) 评论(0) 推荐(0) 编辑