摘要: #include <iostream> using namespace std; int target[50001], initial[50001], people[50001][3], pluss[50001], minuss[50001]; int main() { int n; cin >> 阅读全文
posted @ 2025-09-01 16:25 shuxin5 阅读(12) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> #define int long long #define MAXN 5010 #define INF 1145141919810 using namespace std; int n , m; int a[MAXN]; struct node{ in 阅读全文
posted @ 2025-09-01 09:27 shuxin5 阅读(7) 评论(0) 推荐(0)