Numbers

TimeLimit:2000MS  MemoryLimit:131072KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
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.
SampleInput
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
SampleOutput
3
2 2 2
6
1 2 3 4 5 6
Submit
题目统计信息详细
总AC数11
通过人数10
尝试人数10
总提交量20
AC率50.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: