This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define ff first
#define ss second
long long n,k,sum,ans,a[1000005];
vector <long long> v;
map <long long,long long> mp;
int main(){
ios::sync_with_stdio(false);
cin.tie(NULL);
cin>>n>>k;
for(int i=1;i<=n+k;i++){
cin>>a[i];
sum+=a[i];
}
if(k==1){
for(int i=1;i<=n+k;i++){
mp.clear();
for(int j=1;j<=n+k;j++){
mp[a[j]]++;
}
ans=0;
mp[a[i]]--;
for(int j=1;j<=n+k;j++){
if(j!=i){
if(mp[((sum-a[i])/(n/2))-a[j]]>=1 and mp[a[j]]>=1){
mp[((sum-a[i])/(n/2))-a[j]]--;
ans++;
mp[a[j]]--;
}
}
}
if(ans==(n/2)){
for(int j=1;j<=n+k;j++){
if(j!=i){
v.pb(a[j]);
}
}
sort(v.begin(),v.end());
for(int j=0;j<v.size();j++){
cout<<v[j]<<" ";
}
cout<<endl;
return 0;
}
}
}else{
for(int i=1;i<=n+k;i++){
for(int j=1;j<=n+k;j++){
if(i!=j){
mp.clear();
v.clear();
v.pb(a[i]);
v.pb(a[j]);
for(int l=1;l<=n+k;l++){
mp[a[l]]++;
}
mp[a[j]]--;
mp[a[i]]--;
ans=0;
for(int l=1;l<=n+k;l++){
if(l!=j and l!=i){
if(mp[a[i]+a[j]-a[l]]>=1 and mp[a[l]]>=1 and a[l]!=(a[i]+a[j]-a[l])){
mp[a[i]+a[j]-a[l]]--;
mp[a[l]]--;
ans++;
v.pb(a[l]);
v.pb(a[i]+a[j]-a[l]);
// cout<<"KI"<<endl;
}
if(a[l]==(a[i]+a[j]-a[l]) and mp[a[l]]>=2){
v.pb(a[l]);
v.pb(a[l]);
mp[a[l]]-=2;
}
}
}
// cout<<ans<<endl;
if(ans==((n/2)-1)){
sort(v.begin(),v.end());
for(int l=0;l<v.size();l++){
cout<<v[l]<<" ";
}
cout<<endl;
return 0;
}
}
}
}
}
}
/*
########################### ########################## ################################
##################################### #################### ############################################## ############################### ############################### ##################################
##################################### #################### ################################################## ################################# ################################# ####################################
##################################### #################### ###################################################### ################################### ################################### ######################################
##################################### #################### ######################################################### ############ ######### ######## ############ ########################################
##################################### #################### ############### ############ ######### ######## ############ ############ ############
##################################### #################### ############### ############ ######### ######## ############ ############ ############
################# #################### ############### ############ ######### ######## ############ ############ ############
################# #################### ############### ############ #################### ############ ############ ############
################# ############### ############ ################# ############ ############ ############
################# #################### ############### ############ ############## ############ ############ ############
################# #################### ############### ############ ############ ############ ############ ############
################# #################### ############### ############ ########## ############ ############ ############
##################################### #################### ############### ############ ###### ############ ############ ############
##################################### #################### ############### ############ #### ############ ############################################################
##################################### #################### ############### ###################### ############ ############ ##############################################################
##################################### #################### ############### ###################### ############ ############ ################################################################
##################################### #################### ############### ############ ############ ############ ############ ############
##################################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################### #################### ############### ############ ############ ############ ############ ############
##################################### #################### ######################################################## ############ ############ ############ ############
##################################### #################### ####################################################### ############ ############ ############ ############
##################################### #################### ##################################################### ############ ############ ############ ############
##################################### #################### ################################################# ############ ############ ############ ############
*/
Compilation message (stderr)
tabletennis.cpp: In function 'int main()':
tabletennis.cpp:41:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | for(int j=0;j<v.size();j++){
| ~^~~~~~~~~
tabletennis.cpp:84:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
84 | for(int l=0;l<v.size();l++){
| ~^~~~~~~~~
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |