F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Numbers

Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 1803    Accepted Submission(s): 815


Problem Description
zk has n numbers $a_1,a_2,...,a_n$. For each (i,j) satisfying 1¡Üi<j¡Ün, zk generates a new number $(a_i+a_j)$. These new numbers could make up a new sequence $b_1£¬b_2, ... ,b_{n(n-1)/2}$.
LsF wants to make some trouble. While zk is sleeping, Lsf mixed up sequence a and b with random order so that zk can't figure out which numbers were in a or b. "I'm angry!", says zk.
Can you help zk find out which n numbers were originally in a?
 

Input
Multiple test cases(not exceed 10).
For each test case:
$\bullet$The first line is an integer m(0¡Üm¡Ü125250), indicating the total length of a and b. It's guaranteed m can be formed as n(n+1)/2.
$\bullet$The second line contains m numbers, indicating the mixed sequence of a and b.
Each $a_i$ is in [1,10^9]
 

Output
For each test case, output two lines.
The first line is an integer n, indicating the length of sequence a;
The second line should contain n space-seprated integers $a_1,a_2,...,a_n(a_1¡Üa_2¡Ü...¡Üa_n)$. These are numbers in sequence a.
It's guaranteed that there is only one solution for each case.
 

Sample Input
6 2 2 2 4 4 4 21 1 2 3 3 4 4 5 5 5 6 6 6 7 7 7 8 8 9 9 10 11
 

Sample Output
3 2 2 2 6 1 2 3 4 5 6
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-22 04:49:27, Gzip enabled