RiseOJ는 solved.ac와 제휴 관계가 없습니다. 티어 아이콘 © solved.ac. solved.ac
포럼
COCI00425

Rekonstruiraj

Unrated 레이팅 미적용
난이도
2s
시간 제한
128MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

2 \(s / 128\) \(MB / 120\) points

Mirko has written down \(N\) real numbers with finite decimal notation. Next, for each number,

he wrote down the arithmetic sequence that begins with 0 and its difference is the current

number. For example, if the current number is \(x\)

, the corresponding arithmetic sequence will

be 0, \(x\)

, 2 \(x\)

, 3 \(x\)

, 4 \(x\)

, ...

On another piece of paper, Mirko has written down all members of all obtained \(N\) sequences

that are in the interval [A, B], sorted in ascending order, removing possible duplicates. The

next day, he seems to have lost the first paper and wants to reconstruct the initial numbers

based on the second piece of paper. Help him!

제약

In test cases worth 50% of total points, all numbers in the input will be natural.

입력 형식

The first line of input contains a natural number \(K\)

, smaller than or equal to 50, the number of

different elements in Mirko’s sequences in the interval [ \(A\)

, \(B\)

].
The second line contains integers \(A\)

and \(B\)

(1 ≤ \(A\)

< \(B\)

≤ 10 {6}{ }).
Each of the following \(K\) lines contains the \(K\) described numbers, sorted in ascending order.

These will be real numbers with at most 5 decimal places.

출력 형식

You must output \(N\) lines, where \(N\) is the size of Mirko’s set of initial numbers, containing

Mirko’s (mutually distinct) initial numbers, in any order.

If multiple possible sets exist, output the one containing the smallest amount of numbers (the

one with the smallest \(N\)

), and if there are multiple such sets, output any.

예제 1
입력
4
1 2
1
1.4
1.5
2

5
10 25
12
13.5
18
20.25
24
출력
output
0.5
6.0



2 s / 128 MB / 120 points

0.7

6.75
설명

Clarification of the first example: Another correct solution is {0.5, 1.4}.

문제 정보

생성자가 기록되지 않았습니다.

출처 COCI 2016/2017 Contest 4

평가 및 의견

Rekonstruiraj

개요
출제자 난이도 Unrated 레이팅 미적용 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

Rekonstruiraj

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8