比赛链接 A - Magic Spheres 把多余的都拿出来看能不能生成需要的那么多即可。 #include <bits/stdc++.h> using namespace std; typedef long long LL; const int N = 2e5 + 10; #define fi first #define se second #define pb push_back int main() { ios::sync_with_stdio(false); int a,b,c,x,y,z; cin>>a>>b>>c&...