摘要: 阅读全文
posted @ 2023-08-03 17:03 wyh0721 阅读(11) 评论(0) 推荐(0)
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 struct node{ 4 int x,y,z,s; 5 }f[1005]; 6 int a[4],l,ans,dp[1005]; 7 bool cmp(node c,node d) 8 { 9 阅读全文
posted @ 2023-08-03 09:48 wyh0721 阅读(20) 评论(0) 推荐(0)